Missing files.
[libdcp.git] / run / tests
index 5c99f479cf9879de1ac89a8899acec4c21d8394a..4fe7a3d05ef06678aee3b57763d4e04411de6047 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -31,7 +31,7 @@ if [ "$?" != "0" ]; then
 fi
 
 # Check the first DCP written by the unit tests
-diff -ur test/ref/DCP/foo $work/DCP/foo
+diff -ur test/ref/DCP/dcp_test1 $work/DCP/dcp_test1
 if [ "$?" != "0" ]; then
     echo "FAIL: files differ"
     exit 1