Try again to make private_data path canonical.
[dcpomatic.git] / test / test.cc
index 53a561aa353d1de5563c9bb100a6e9ca866c182e..9e168b1e21c5cca692c69ea7ad04bdd771432819 100644 (file)
@@ -69,7 +69,7 @@ using boost::shared_ptr;
 using boost::scoped_array;
 using boost::dynamic_pointer_cast;
 
-boost::filesystem::path private_data = boost::filesystem::absolute(boost::filesystem::path ("..") / boost::filesystem::path ("dcpomatic-test-private"));
+boost::filesystem::path private_data = boost::filesystem::canonical(boost::filesystem::path ("..") / boost::filesystem::path ("dcpomatic-test-private"));
 
 void
 setup_test_config ()