summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-06 22:42:15 +0200
committerCarl Hetherington <cth@carlh.net>2023-10-18 13:46:50 +0200
commit0d3a24730ffc1c694b0ab34c2726e8cfcb89c765 (patch)
tree9861ff94de5c4a13b26c1ba45d5490e6da3f9cf2
parentbdc861093c0af0a0a9a9da677b9ea366892ca408 (diff)
Remove a directory created by the config machinery to avoid confusion.
-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;