Try to fix text-file-checking test on Windows.
[dcpomatic.git] / test / config_test.cc
index 0c5c86a4a77d4c41fbcb609c96bd91f72423ec13..d22e635c826a93713b0fb067158f11217a992370 100644 (file)
@@ -101,7 +101,7 @@ BOOST_AUTO_TEST_CASE (config_write_utf8_test)
        Config::drop ();
        Config::instance()->write();
 
-       check_file ("test/data/utf8_config.xml", "build/test/config.xml");
+       check_file ("test/data/utf8_config.xml", "build/test/config.xml", false);
 
        /* This test has called Config::set_defaults(), so take us back
           to the config that we want for our tests.