diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-09 00:48:07 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-29 11:49:34 +0200 |
| commit | 4021e2a5b467338814664c466a84714da5fcbc0b (patch) | |
| tree | 7902f5300ffc2673fd6ba5d30e9c402a1ea347a9 /test/cinema_list_test.cc | |
| parent | 6cc78916f19b813cef89ef7028b7c4de6bb94c1f (diff) | |
Interpret relative cinemas SQLite3 paths as being relative to the config.xml (#3038).
Diffstat (limited to 'test/cinema_list_test.cc')
| -rw-r--r-- | test/cinema_list_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cinema_list_test.cc b/test/cinema_list_test.cc index 15e832eba..0dd88387a 100644 --- a/test/cinema_list_test.cc +++ b/test/cinema_list_test.cc @@ -215,7 +215,7 @@ BOOST_AUTO_TEST_CASE(update_screen_test) BOOST_AUTO_TEST_CASE(cinemas_list_copy_from_xml_test) { - ConfigRestorer cr("build/test/cinemas_list_copy_config"); + ConfigRestorer cr(boost::filesystem::current_path() / "build/test/cinemas_list_copy_config"); dcp::filesystem::remove_all(*Config::override_path); dcp::filesystem::create_directories(*Config::override_path); |
