From 4e460664ee6f1cc34ac566fb9f0b3655fd329de6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 2 Dec 2022 19:40:56 +0100 Subject: [PATCH] Fix unreliable test. --- test/dcp_subtitle_test.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc index fe95cbbfc..a7ec34514 100644 --- a/test/dcp_subtitle_test.cc +++ b/test/dcp_subtitle_test.cc @@ -305,6 +305,7 @@ BOOST_AUTO_TEST_CASE(entity_from_dcp_source) /* Remake with burn */ content->only_text()->set_burn(true); + boost::filesystem::remove_all(film->dir(film->dcp_name())); make_and_verify_dcp ( film, { -- 2.30.2