diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-06 22:42:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-12-16 02:07:38 +0100 |
| commit | d249c3dae6b3d9019a9732fc32ece5693d6d57aa (patch) | |
| tree | 9491f4d6b4f0f839f499cf64da2201ac6220866e | |
| parent | d8478f93008bb5a65536dcf1a942062c4d8b440d (diff) | |
Remove a directory created by the config machinery to avoid confusion.
| -rw-r--r-- | test/map_cli_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/map_cli_test.cc b/test/map_cli_test.cc index 5505a197b..0f0ac4eee 100644 --- a/test/map_cli_test.cc +++ b/test/map_cli_test.cc @@ -433,6 +433,7 @@ BOOST_AUTO_TEST_CASE(map_with_given_config) }; boost::filesystem::remove_all(out); + boost::filesystem::remove_all("test/data/map_with_given_config/2.18"); Config::instance()->drop(); vector<string> output_messages; |
