diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-02 19:40:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-02 19:40:56 +0100 |
| commit | 4e460664ee6f1cc34ac566fb9f0b3655fd329de6 (patch) | |
| tree | 38f44b19e243c8f2c3e13fc3d933bf464cf41797 | |
| parent | f48e23cc1fa3fcc3027feef0e6329d514574b0df (diff) | |
Fix unreliable test.
| -rw-r--r-- | test/dcp_subtitle_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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, { |
