From 92b3adeec044da0811a618e1b6ac519fd7bd1e51 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Oct 2023 22:42:15 +0200 Subject: [PATCH] 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 5505a197b..0f0ac4eee 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 output_messages; -- 2.30.2