From 6ae94ebba5f714a697167066f69a8ce31f3db360 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Oct 2023 22:42:15 +0200 Subject: Remove a directory created by the config machinery to avoid confusion. --- test/map_cli_test.cc | 1 + 1 file changed, 1 insertion(+) 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 output_messages; -- cgit v1.2.3