summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/dcp_font_test.cc1
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>();