diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-06-20 17:26:30 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-06-26 17:57:29 +0200 |
commit | 01a0ed081f8eb6f7c41cd1052b146813fb94f699 (patch) | |
tree | 2a9a40c969279c063e66369a81bc6bac698fa7fa /test/buildtool/build_engine/base_maps/test_repo.hpp | |
parent | c11e9142d2a1b04004dcbed282dc1e04d116e03f (diff) | |
download | justbuild-01a0ed081f8eb6f7c41cd1052b146813fb94f699.tar.gz |
FileRoot: Add handling of non-upwards symlink...
...and update tests accordingly.
Diffstat (limited to 'test/buildtool/build_engine/base_maps/test_repo.hpp')
-rw-r--r-- | test/buildtool/build_engine/base_maps/test_repo.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/buildtool/build_engine/base_maps/test_repo.hpp b/test/buildtool/build_engine/base_maps/test_repo.hpp index 00185432..d3a04d41 100644 --- a/test/buildtool/build_engine/base_maps/test_repo.hpp +++ b/test/buildtool/build_engine/base_maps/test_repo.hpp @@ -25,7 +25,9 @@ static auto const kBasePath = std::filesystem::path{"test/buildtool/build_engine/base_maps"}; static auto const kBundlePath = kBasePath / "data/test_repo.bundle"; static auto const kSrcTreeId = - std::string{"a35c324c6cf79354f6fd8a3c962f9ce7db801915"}; + std::string{"6d57ba31821f69286e280334e4fd5f9dbd141721"}; +static auto const kSrcLinkId = + std::string{"2995a4d0e74917fd3e1383c577d0fc301fff1b04"}; static auto const kRuleTreeId = std::string{"c6dd902c9d4e7afa8b20eb04e58503e63ecab84d"}; static auto const kExprTreeId = |