summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-16 14:02:23 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-16 14:02:23 +0100
commit194f38bccf78e51de0a35367590c2133bb093020 (patch)
tree58429e8b100da5a87fae34e37cc9f5884bfcc087 /run
parent99acc6fb86df3ab7ec4f6b5174fce047794b8cdc (diff)
Various test fixes.
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