diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:38:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-27 22:38:31 +0000 |
| commit | cb0d899ec71a854e8d54213245812702d85b5670 (patch) | |
| tree | 9cacfcc23c325590a6ff6206193859f058c0d3b4 | |
| parent | 2203c698eb6661a1f531b0708757354fc8cc9784 (diff) | |
Try again to make private_data path canonical.
| -rw-r--r-- | test/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cc b/test/test.cc index 53a561aa3..9e168b1e2 100644 --- a/test/test.cc +++ b/test/test.cc @@ -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 () |
