diff options
Diffstat (limited to 'tests-clar/status/ignore.c')
-rw-r--r-- | tests-clar/status/ignore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests-clar/status/ignore.c b/tests-clar/status/ignore.c index 94f8c3de3..e92d6a577 100644 --- a/tests-clar/status/ignore.c +++ b/tests-clar/status/ignore.c @@ -47,8 +47,8 @@ void test_status_ignore__0(void) } /* confirm that ignore files were cached */ - cl_assert(git_attr_cache__is_cached(g_repo, ".git/info/exclude")); - cl_assert(git_attr_cache__is_cached(g_repo, ".gitignore")); + cl_assert(git_attr_cache__is_cached(g_repo, 0, ".git/info/exclude")); + cl_assert(git_attr_cache__is_cached(g_repo, 0, ".gitignore")); } |