aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/libstore/path.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/libstore/path.cc')
-rw-r--r--tests/unit/libstore/path.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/libstore/path.cc b/tests/unit/libstore/path.cc
index 30631b5fd..5485ab8bb 100644
--- a/tests/unit/libstore/path.cc
+++ b/tests/unit/libstore/path.cc
@@ -39,7 +39,6 @@ TEST_DONT_PARSE(double_star, "**")
TEST_DONT_PARSE(star_first, "*,foo")
TEST_DONT_PARSE(star_second, "foo,*")
TEST_DONT_PARSE(bang, "foo!o")
-TEST_DONT_PARSE(dotfile, ".gitignore")
#undef TEST_DONT_PARSE