summaryrefslogtreecommitdiff
path: root/tests/iterator/workdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/iterator/workdir.c')
-rw-r--r--tests/iterator/workdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iterator/workdir.c b/tests/iterator/workdir.c
index 7ca726c24..86b847cab 100644
--- a/tests/iterator/workdir.c
+++ b/tests/iterator/workdir.c
@@ -1024,7 +1024,7 @@ static void create_paths(const char *root, int depth)
int i;
cl_git_pass(git_str_puts(&fullpath, root));
- cl_git_pass(git_path_to_dir(&fullpath));
+ cl_git_pass(git_fs_path_to_dir(&fullpath));
root_len = fullpath.size;