summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests7
1 files changed, 0 insertions, 7 deletions
diff --git a/run/tests b/run/tests
index 3e5defa3..eb599af4 100755
--- a/run/tests
+++ b/run/tests
@@ -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