diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-01-08 14:19:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-01-08 14:24:47 +0100 |
| commit | 7b6965584cd81ee0406901d84b769946483a85b6 (patch) | |
| tree | cc7ff09541a59fc39d278a5aa3543ea68c8cf827 | |
| parent | fff8fe22db864b967cf2de00d783d4b1bf925a38 (diff) | |
Remove a test directory before running.v1.8.50
| -rw-r--r-- | test/dcp_font_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dcp_font_test.cc b/test/dcp_font_test.cc index f4db1c20..7cb55c46 100644 --- a/test/dcp_font_test.cc +++ b/test/dcp_font_test.cc @@ -57,6 +57,7 @@ using boost::shared_array; BOOST_AUTO_TEST_CASE (interop_dcp_font_test) { boost::filesystem::path directory = "build/test/interop_dcp_font_test"; + boost::filesystem::remove_all(directory); dcp::DCP dcp (directory); auto subs = make_shared<dcp::InteropSubtitleAsset>(); |
