fixup! WIP: stop using video directory and hard-linking (#2756).
[dcpomatic.git] / test / map_cli_test.cc
index 0600de31e650474aa7d1525fad73e82ed326d28f..6b94be6fe61eec46cc0a69a5c24fe26e5c98d8db 100644 (file)
@@ -207,8 +207,7 @@ BOOST_AUTO_TEST_CASE(map_simple_dcp_copy_with_hardlinks)
 
        verify_dcp(out, {});
 
-       /* The video file will have 3 links because DoM also makes a link into the video directory */
-       BOOST_CHECK_EQUAL(boost::filesystem::hard_link_count(find_prefix(out, "j2c_")), 3U);
+       BOOST_CHECK_EQUAL(boost::filesystem::hard_link_count(find_prefix(out, "j2c_")), 2U);
        BOOST_CHECK_EQUAL(boost::filesystem::hard_link_count(find_prefix(out, "pcm_")), 2U);
 }