From 7bbc7305e8f36c8e1ee9bf33a0dd3df74fcc1032 Mon Sep 17 00:00:00 2001 From: Brian Camacho Date: Sun, 17 Nov 2024 02:48:14 -0500 Subject: [PATCH] typo --- src/libfetchers-tests/git-utils.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libfetchers-tests/git-utils.cc b/src/libfetchers-tests/git-utils.cc index a52c2b7f8..b742d22dc 100644 --- a/src/libfetchers-tests/git-utils.cc +++ b/src/libfetchers-tests/git-utils.cc @@ -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")); }