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>
Sun, 28 Jan 2024 01:01:58 +0000 (02:01 +0100)
test/map_cli_test.cc

index ed2a7e5ec5aad4ede1d3dba538abe39646bab74c..0600de31e650474aa7d1525fad73e82ed326d28f 100644 (file)
@@ -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<string> output_messages;