summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-06 22:42:15 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-16 17:57:19 +0200
commit890ed67254e9d4689cff6682472dbd46bdff1a63 (patch)
tree337e99e580a0789907fd5ce54da551c4856d1f8c /test
parent197d5579bf067f0d0d9ae15672907d5e8a66e2f9 (diff)
Remove a directory created by the config machinery to avoid confusion.
Diffstat (limited to 'test')
-rw-r--r--test/map_cli_test.cc1
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;