# # patch "app_state.cc" # from [2df6fe318b2aad02e24d2f1670727c2d875835c2] # to [1661c66290966e5ecc6d0cb5c10b850e8b9580b6] # # patch "paths.cc" # from [fbb3eba886c5d83d087ab056325d4f37415abfc9] # to [eda63bc11692ecdb9ab6bc3298bb2f1693460e8e] # ======================================================================== --- app_state.cc 2df6fe318b2aad02e24d2f1670727c2d875835c2 +++ app_state.cc 1661c66290966e5ecc6d0cb5c10b850e8b9580b6 @@ -71,7 +71,7 @@ // the 'true' means that, e.g., if we're running checkout, then it's // okay for dumps to go into our starting working dir's MT rather // than the checked-out dir's MT. - global_sanity.filename = system_path(dump_path, true); + global_sanity.filename = system_path(dump_path, false); } } load_rcfiles(); ======================================================================== --- paths.cc fbb3eba886c5d83d087ab056325d4f37415abfc9 +++ paths.cc eda63bc11692ecdb9ab6bc3298bb2f1693460e8e @@ -811,7 +811,7 @@ BOOST_CHECK(!working_root.used); BOOST_CHECK(system_path(system_path("/foo/bar")).as_internal() == "/foo/bar"); BOOST_CHECK(!working_root.used); - BOOST_CHECK(system_path(file_path_internal("foo/bar"), true).as_internal() + BOOST_CHECK(system_path(file_path_internal("foo/bar"), false).as_internal() == "/working/root/foo/bar"); BOOST_CHECK(!working_root.used); BOOST_CHECK(system_path(file_path_internal("foo/bar")).as_internal()