summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-17 10:45:57 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-17 10:45:57 +0100
commit14fe126396241dc1bde571bd57e76e82f8cf4240 (patch)
tree2b9b898a563c10e901e8baff53b9ededae41a475 /run
parent4f5ed209efcbc34fbc5c07053700c57daeaa3c66 (diff)
Test an Interop DCP (dcp_test7) with associated churn in the following test.
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests7
1 files changed, 7 insertions, 0 deletions
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