diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-06 22:42:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-28 02:01:58 +0100 |
| commit | 6ae94ebba5f714a697167066f69a8ce31f3db360 (patch) | |
| tree | 5e03ad605f1e1b078a1972bb7a5fc9debc3e0933 /test/map_cli_test.cc | |
| parent | e8110ed8779599107faaf799fc13f1604583a6ac (diff) | |
Remove a directory created by the config machinery to avoid confusion.
Diffstat (limited to 'test/map_cli_test.cc')
| -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 ed2a7e5ec..0600de31e 100644 --- a/test/map_cli_test.cc +++ b/test/map_cli_test.cc @@ -466,6 +466,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; |
