mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-16 01:40:27 +00:00
attr test: test a file beneath ignored folder
This commit is contained in:
parent
97fb9ac739
commit
9486d20336
@ -160,7 +160,7 @@ void test_attr_ignore__subdirectory_gitignore(void)
|
|||||||
|
|
||||||
assert_is_ignored(true, "file1");
|
assert_is_ignored(true, "file1");
|
||||||
assert_is_ignored(true, "dir/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");
|
assert_is_ignored(false, "dir/file3");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user