1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00
This commit is contained in:
Brian Camacho 2024-11-17 02:48:14 -05:00
parent 976941bd2f
commit 7bbc7305e8

View file

@ -254,8 +254,6 @@ protected:
// Test exact match pattern
TEST_F(FetchAttributeTest, ExactMatch) {
EXPECT_TRUE(fetch1.hasAttribute("litfile", "filter", "lfs"));
EXPECT_TRUE(fetch1.hasAttribute("./litfile", "filter", "lfs"));
EXPECT_TRUE(fetch1.hasAttribute("/litfile", "filter", "lfs"));
EXPECT_FALSE(fetch1.hasAttribute("other", "filter", "lfs"));
}