From: Carl Hetherington Date: Fri, 6 Oct 2023 20:42:15 +0000 (+0200) Subject: Remove a directory created by the config machinery to avoid confusion. X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=890ed67254e9d4689cff6682472dbd46bdff1a63;p=dcpomatic.git Remove a directory created by the config machinery to avoid confusion. --- diff --git a/test/map_cli_test.cc b/test/map_cli_test.cc index a4056dc46..94eb50b5a 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;