summaryrefslogtreecommitdiff
path: root/test/config_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-02-28 00:36:04 +0100
committerCarl Hetherington <cth@carlh.net>2021-02-28 00:36:04 +0100
commit67544a255ffd7a27f5388e18cd0207f23ecce5ed (patch)
tree12367388cbf0d1ded1fea7ea05b1316de80a34d3 /test/config_test.cc
parent08cf432a8cc9bd0289e76bf684fb5264a7cfc7a7 (diff)
Try again to fix windows tests.
Diffstat (limited to 'test/config_test.cc')
-rw-r--r--test/config_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config_test.cc b/test/config_test.cc
index d22e635c8..67c00cf41 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", false);
+ check_text_file ("test/data/utf8_config.xml", "build/test/config.xml");
/* This test has called Config::set_defaults(), so take us back
to the config that we want for our tests.