From 14fe126396241dc1bde571bd57e76e82f8cf4240 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 17 May 2017 10:45:57 +0100 Subject: Test an Interop DCP (dcp_test7) with associated churn in the following test. --- run/tests | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'run') diff --git a/run/tests b/run/tests index 67b84a88..911e20ca 100755 --- a/run/tests +++ b/run/tests @@ -62,6 +62,13 @@ if [ "$?" != "0" ]; then exit 1 fi +# Check the DCP written by dcp_test7 +diff -ur test/ref/DCP/dcp_test7 $work/DCP/dcp_test7 +if [ "$?" != "0" ]; then + echo "FAIL: files differ" + exit 1 +fi + # Check the DCP written by encryption_test diff -ur test/ref/DCP/encryption_test $work/DCP/encryption_test if [ "$?" != "0" ]; then -- cgit v1.2.3