Fix use of DCPOMATIC_TEST_PRIVATE variable to specify where
[dcpomatic.git] / test / interrupt_encoder_test.cc
index ddad2ee77baf3e45d79d7082b37e7dc6f0c38c6f..584f82987b4db09e6e4ee07936558d4b67155d37 100644 (file)
@@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE (interrupt_encoder_test)
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("interrupt_encoder_test");
 
-       shared_ptr<FFmpegContent> content (new FFmpegContent(TestPaths::private_data / "prophet_long_clip.mkv"));
+       shared_ptr<FFmpegContent> content (new FFmpegContent(TestPaths::private_data() / "prophet_long_clip.mkv"));
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs());