Move reference log to corpus.
[libdcp.git] / run-tests.sh
index d945f2ce1c2934906225718d209397eddafdebb8..1a43e09f9287bd8ee3201ac7be2a46c8390bceb3 100755 (executable)
@@ -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