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>
Wed, 29 Nov 2023 20:19:56 +0000 (21:19 +0100)
test/map_cli_test.cc

index 5505a197bbd1e50aec5c312ca3493f8ef587caba..0f0ac4eee26820be735d6edd4448577b5366e7aa 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;