diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-24 14:23:05 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-31 15:21:02 +0200 |
commit | a563be278f9ef4b928701e6c708726ba6252a213 (patch) | |
tree | f7cbcc32ef99f5c83bf3c3a7a25e96adbda40218 /test/other_tools/git_operations/critical_git_ops.test.cpp | |
parent | bc93b16bf6eccf23d7018444872867f97f5dc94d (diff) | |
download | justbuild-a563be278f9ef4b928701e6c708726ba6252a213.tar.gz |
test: Streamline filesystem git test repo...
...by removing unused subfolders and corresponding redundant checks
in the tests using it. Also fixes misues in tests of the GetSubtree
family of methods.
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 092a3293..2fae228b 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.bundle"}; auto const kRootCommit = - std::string{"bc5f88b46bbf0c4c61da7a1296fa9a0559b92822"}; + std::string{"e4fc610c60716286b98cf51ad0c8f0d50f3aebb5"}; } // namespace |