about summary refs log tree commit diff
path: root/third_party/git/t/helper/test-ref-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/helper/test-ref-store.c')
-rw-r--r--third_party/git/t/helper/test-ref-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/helper/test-ref-store.c b/third_party/git/t/helper/test-ref-store.c
index 799fc00aa1..759e69dc54 100644
--- a/third_party/git/t/helper/test-ref-store.c
+++ b/third_party/git/t/helper/test-ref-store.c
@@ -37,7 +37,7 @@ static const char **get_store(const char **argv, struct ref_store **refs)
 
 		*refs = get_submodule_ref_store(gitdir);
 	} else if (skip_prefix(argv[0], "worktree:", &gitdir)) {
-		struct worktree **p, **worktrees = get_worktrees(0);
+		struct worktree **p, **worktrees = get_worktrees();
 
 		for (p = worktrees; *p; p++) {
 			struct worktree *wt = *p;