summaryrefslogtreecommitdiff
path: root/tests/attr/ignore.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/attr/ignore.c')
-rw-r--r--tests/attr/ignore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/attr/ignore.c b/tests/attr/ignore.c
index a8845e463..3a193890a 100644
--- a/tests/attr/ignore.c
+++ b/tests/attr/ignore.c
@@ -21,7 +21,7 @@ static void assert_is_ignored_(
{
int is_ignored = 0;
- cl_git_exec(
+ cl_git_expect(
git_ignore_path_is_ignored(&is_ignored, g_repo, filepath), 0, file, line);
clar__assert_equal(