From 08cf432a8cc9bd0289e76bf684fb5264a7cfc7a7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 27 Feb 2021 21:16:59 +0100 Subject: Try to fix text-file-checking test on Windows. --- test/config_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/config_test.cc') diff --git a/test/config_test.cc b/test/config_test.cc index 0c5c86a4a..d22e635c8 100644 --- a/test/config_test.cc +++ b/test/config_test.cc @@ -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. -- cgit v1.2.3