summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tests b/run/tests
index 5113b3af..b4b1090f 100755
--- a/run/tests
+++ b/run/tests
@@ -87,7 +87,7 @@ done
sed -i "s/DCP: build\/test/DCP: test/g" $work/info2.log
# And check it
-diff -q $work/info2.log $private/info.log
+diff -q $work/info2.log $private/info2.log
if [ "$?" != "0" ]; then
echo "FAIL: dcpinfo output from rewrite incorrect"
exit 1