Remove a directory created by the config machinery to avoid confusion.
authorCarl Hetherington <cth@carlh.net>
Fri, 6 Oct 2023 20:42:15 +0000 (22:42 +0200)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Oct 2023 15:57:19 +0000 (17:57 +0200)
test/map_cli_test.cc

index a4056dc46009c7255d4355f197b48be84de10184..94eb50b5a472468fc76d61db6ddb169be71a542e 100644 (file)
@@ -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;