diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-30 17:57:21 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-06-26 17:57:29 +0200 |
commit | 0b924c5c23a89760ddecf8d8f6baa19333f9b667 (patch) | |
tree | 53be66938dcfd1f38a7dea98566e6de39d6df10f /test/other_tools/git_operations/critical_git_ops.test.cpp | |
parent | b94f1b857c6bc1eab909c4fb9a0ba569d6d28a03 (diff) | |
download | justbuild-0b924c5c23a89760ddecf8d8f6baa19333f9b667.tar.gz |
filesystem: Add logic for handling (non-upwards) symlinks
Diffstat (limited to 'test/other_tools/git_operations/critical_git_ops.test.cpp')
-rw-r--r-- | test/other_tools/git_operations/critical_git_ops.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other_tools/git_operations/critical_git_ops.test.cpp b/test/other_tools/git_operations/critical_git_ops.test.cpp index 6a78e577..cfd651c4 100644 --- a/test/other_tools/git_operations/critical_git_ops.test.cpp +++ b/test/other_tools/git_operations/critical_git_ops.test.cpp @@ -26,7 +26,7 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo_symlinks.bundle"}; auto const kRootCommit = - std::string{"3a8dc005262e2ea32d48dbe123e1dabe20e039c1"}; + std::string{"3ecce3f5b19ad7941c6354d65d841590662f33ef"}; } // namespace |