Missing file.
[libdcp.git] / run / tests
index 3e5defa35efbc569b3bb8ae7ed7d1d23a5797fe3..adfd48d1f7b7a4a8cc3e5da21e14461d0ad089e8 100755 (executable)
--- a/run/tests
+++ b/run/tests
@@ -13,7 +13,7 @@ dcpverify=build/tools/dcpverify
 export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH
 # SIP stops this being passed in from the caller's environment
 export DYLD_LIBRARY_PATH=/Users/ci/osx-environment/x86_64/lib
-export LIBDCP_SHARE_PREFIX=.
+export LIBDCP_RESOURCES=.
 
 # Make sure we have the required tools
 for c in xmlsec1 xmllint; do
@@ -47,13 +47,6 @@ fi
 
 echo "--- Other tests"
 
-# Check a MXF written by the unit tests
-diff $work/baz/video1.mxf $work/baz/video2.mxf
-if [ "$?" != "0" ]; then
-    echo "FAIL: MXFs from recovery incorrect"
-    exit 1
-fi
-
 # Check the DCP written by dcp_test1
 diff -ur test/ref/DCP/dcp_test1 $work/DCP/dcp_test1
 if [ "$?" != "0" ]; then