diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-24 14:25:59 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-31 15:21:02 +0200 |
commit | 052c762d16885b198989e2de164d37f8a8d19462 (patch) | |
tree | 7aa7e5b0d844192a5370acafe45543814483e2ae /test/other_tools/git_operations/critical_git_ops.test.cpp | |
parent | a563be278f9ef4b928701e6c708726ba6252a213 (diff) | |
download | justbuild-052c762d16885b198989e2de164d37f8a8d19462.tar.gz |
test: Extend filesystem tests to git repos with symlinks...
...using the new ignore-special tree variant.
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 | 4 |
1 files changed, 2 insertions, 2 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 2fae228b..a104a9cd 100644 --- a/test/other_tools/git_operations/critical_git_ops.test.cpp +++ b/test/other_tools/git_operations/critical_git_ops.test.cpp @@ -24,9 +24,9 @@ namespace { auto const kBundlePath = - std::string{"test/buildtool/file_system/data/test_repo.bundle"}; + std::string{"test/buildtool/file_system/data/test_repo_symlinks.bundle"}; auto const kRootCommit = - std::string{"e4fc610c60716286b98cf51ad0c8f0d50f3aebb5"}; + std::string{"3a8dc005262e2ea32d48dbe123e1dabe20e039c1"}; } // namespace |