diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-24 23:01:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-24 23:01:06 +0200 |
| commit | cb6b0865614761df9c0ecc0f9dabc6b41de65659 (patch) | |
| tree | e5c392715e8a7804a1c65b795a16e747f52200cd /test/config_test.cc | |
| parent | 4c357cde281e13c8933e6ba669764a56c4a4693f (diff) | |
Use separate working directories for some tests.
Diffstat (limited to 'test/config_test.cc')
| -rw-r--r-- | test/config_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/config_test.cc b/test/config_test.cc index 5d94f1ff1..8278f55a9 100644 --- a/test/config_test.cc +++ b/test/config_test.cc @@ -165,7 +165,7 @@ BOOST_AUTO_TEST_CASE (config_write_utf8_test) /* 2.14 -> 2.18 */ BOOST_AUTO_TEST_CASE (config_upgrade_test1) { - boost::filesystem::path dir = "build/test/config_upgrade_test"; + boost::filesystem::path dir = "build/test/config_upgrade_test1"; ConfigRestorer cr(dir); boost::filesystem::remove_all (dir); @@ -196,7 +196,7 @@ BOOST_AUTO_TEST_CASE (config_upgrade_test1) /* 2.16 -> 2.18 */ BOOST_AUTO_TEST_CASE (config_upgrade_test2) { - boost::filesystem::path dir = "build/test/config_upgrade_test"; + boost::filesystem::path dir = "build/test/config_upgrade_test2"; ConfigRestorer cr(dir); boost::filesystem::remove_all (dir); boost::filesystem::create_directories (dir); |
