diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-27 21:16:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-27 21:17:39 +0100 |
| commit | 08cf432a8cc9bd0289e76bf684fb5264a7cfc7a7 (patch) | |
| tree | cad597ac6e13c5f37807713d7d95daacfc668746 /test/config_test.cc | |
| parent | ed696661eff88297b4ad51625d596248697b1891 (diff) | |
Try to fix text-file-checking test on Windows.
Diffstat (limited to 'test/config_test.cc')
| -rw-r--r-- | test/config_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
