diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-10-06 22:42:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-10-16 17:57:19 +0200 |
| commit | 890ed67254e9d4689cff6682472dbd46bdff1a63 (patch) | |
| tree | 337e99e580a0789907fd5ce54da551c4856d1f8c /test | |
| parent | 197d5579bf067f0d0d9ae15672907d5e8a66e2f9 (diff) | |
Remove a directory created by the config machinery to avoid confusion.
Diffstat (limited to 'test')
| -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 a4056dc46..94eb50b5a 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; |
