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/buildtool/file_system/directory_entries.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/buildtool/file_system/directory_entries.test.cpp')
-rw-r--r-- | test/buildtool/file_system/directory_entries.test.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/buildtool/file_system/directory_entries.test.cpp b/test/buildtool/file_system/directory_entries.test.cpp index 585af659..4ef550f8 100644 --- a/test/buildtool/file_system/directory_entries.test.cpp +++ b/test/buildtool/file_system/directory_entries.test.cpp @@ -25,9 +25,6 @@ namespace { auto const kBundlePath = std::string{"test/buildtool/file_system/data/test_repo.bundle"}; -auto const kTreeId = std::string{"e51a219a27b672ccf17abec7d61eb4d6e0424140"}; -auto const kFooId = std::string{"19102815663d23f8b75a47e7a01965dcdc96468c"}; -auto const kBarId = std::string{"ba0e162e1c47469e3fe4b393a8bf8c569f302116"}; [[nodiscard]] auto GetTestDir() -> std::filesystem::path { auto* tmp_dir = std::getenv("TEST_TMPDIR"); |