summaryrefslogtreecommitdiff
path: root/tests/iterator/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iterator/index.c')
-rw-r--r--tests/iterator/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iterator/index.c b/tests/iterator/index.c
index 69b795f5c..7218b4f75 100644
--- a/tests/iterator/index.c
+++ b/tests/iterator/index.c
@@ -283,7 +283,7 @@ void test_iterator_index__case_folding(void)
int fs_is_ci = 0;
cl_git_pass(git_str_joinpath(&path, cl_fixture("icase"), ".gitted/CoNfIg"));
- fs_is_ci = git_path_exists(path.ptr);
+ fs_is_ci = git_fs_path_exists(path.ptr);
git_str_dispose(&path);
index_iterator_test(