diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-02 17:49:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-04 19:37:38 +0200 |
| commit | 784020963f518aaba48b18b3fcff55d5c28a1f28 (patch) | |
| tree | 7055f3f6c421431ee21c83caf080848daedbfdec /test/interop_subtitle_test.cc | |
| parent | 5316c4b7ba275dc6a8f4d2179dd22ad3c8dc42b5 (diff) | |
Make some tests repeatable across platforms.
Diffstat (limited to 'test/interop_subtitle_test.cc')
| -rw-r--r-- | test/interop_subtitle_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/interop_subtitle_test.cc b/test/interop_subtitle_test.cc index 2d7c606a..3c500069 100644 --- a/test/interop_subtitle_test.cc +++ b/test/interop_subtitle_test.cc @@ -928,7 +928,7 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3) dcp::file_to_string("build/test/write_interop_subtitle_test3/subs.xml"), vector<string>() ); - check_file ("build/test/write_interop_subtitle_test3/d36f4bb3-c4fa-4a95-9915-6fec3110cd71.png", "test/data/sub.png"); + check_file(find_file("build/test/write_interop_subtitle_test3", ".png"), "test/data/sub.png"); check_xml ( dcp::file_to_string("test/ref/write_interop_subtitle_test3/ASSETMAP"), |
