summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-13 00:33:58 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commit0fdccaf9779b376938a1cd795f31f3bc5036333f (patch)
treecfa86af70b411a7cdb71aad8f6b4a9c9fd724662 /run
parentd460960876cfef9d8638843345fdc1db1294db73 (diff)
Remove 32x32 test image.
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