summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-12 20:49:40 +0100
committerCarl Hetherington <cth@carlh.net>2020-12-12 20:49:40 +0100
commita4052eeb6ba7e24af52ad5f8f5ff6f84d97bbbb9 (patch)
treedc548c64456f3fa31fbe1642633b7a0ba828d02c
parent2b522d0382a6d4534f1504123a9d16700fe50f0a (diff)
Remove unnecessary -c option for compatiblity with different versions of xmldiff.xmldiff
-rw-r--r--test/kdm_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kdm_test.cc b/test/kdm_test.cc
index bf5c14c5..885aec6a 100644
--- a/test/kdm_test.cc
+++ b/test/kdm_test.cc
@@ -88,7 +88,7 @@ BOOST_AUTO_TEST_CASE (kdm_passthrough_test)
parser->parse_memory (kdm.as_xml ());
parser->get_document()->write_to_file_formatted ("build/kdm.xml", "UTF-8");
int const r = system (
- "xmldiff -c test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml build/kdm.xml"
+ "xmldiff test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml build/kdm.xml"
);
#ifdef LIBDCP_WINDOWS