From: Carl Hetherington Date: Sat, 12 Dec 2020 19:49:40 +0000 (+0100) Subject: Remove unnecessary -c option for compatiblity with different versions of xmldiff. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=refs%2Fheads%2Fxmldiff;p=libdcp.git Remove unnecessary -c option for compatiblity with different versions of xmldiff. --- 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