From 9486d203363eeb07166175818fa361e4e5a34015 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 12 May 2015 13:07:59 -0400 Subject: [PATCH] attr test: test a file beneath ignored folder --- tests/attr/ignore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/attr/ignore.c b/tests/attr/ignore.c index 5b64b7d82..a55b12394 100644 --- a/tests/attr/ignore.c +++ b/tests/attr/ignore.c @@ -160,7 +160,7 @@ void test_attr_ignore__subdirectory_gitignore(void) assert_is_ignored(true, "file1"); assert_is_ignored(true, "dir/file1"); - assert_is_ignored(true, "dir/file2"); /* in ignored dir */ + assert_is_ignored(true, "dir/file2/actual_file"); /* in ignored dir */ assert_is_ignored(false, "dir/file3"); }