Commit 9486d203 by Edward Thomson

attr test: test a file beneath ignored folder

parent 97fb9ac7
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment