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 99cb9e8b8..5d940077c 100644 --- a/tests-clar/status/ignore.c +++ b/tests-clar/status/ignore.c @@ -47,6 +47,6 @@ void test_status_ignore__0(void) } /* confirm that ignore files were cached */ - cl_git_pass(git_attr_cache__is_cached(g_repo, ".git/info/exclude")); - cl_git_pass(git_attr_cache__is_cached(g_repo, ".gitignore")); + cl_assert(git_attr_cache__is_cached(g_repo, ".git/info/exclude")); + cl_assert(git_attr_cache__is_cached(g_repo, ".gitignore")); } |
