summaryrefslogtreecommitdiff
path: root/run-tests.sh
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-09-09 22:10:26 +0100
committerCarl Hetherington <cth@carlh.net>2012-09-09 22:10:26 +0100
commit78d067f5d4b0ab5784cd372f2758369cee5b66f0 (patch)
treecdb0df926be560d615dd2a7528386fb951ed83e1 /run-tests.sh
parentf33adf539fd1c0e38cb075247bfef0b56b96aab5 (diff)
Move reference log to corpus.
Diffstat (limited to 'run-tests.sh')
-rwxr-xr-xrun-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.sh b/run-tests.sh
index d945f2ce..1a43e09f 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -34,7 +34,7 @@ else
exit 1
fi
-diff -q build/test/info.log test/ref/info.log
+diff -q build/test/info.log ../libdcp-test/info.log
if [ "$?" != "0" ]; then
echo "FAIL: dcpinfo output incorrect"
exit 1