Commit b26e51e0 by Edward Thomson

worktree: use size_t in tests

parent 3a5a07fc
...@@ -42,7 +42,7 @@ void test_worktree_worktree__list_with_invalid_worktree_dirs(void) ...@@ -42,7 +42,7 @@ void test_worktree_worktree__list_with_invalid_worktree_dirs(void)
}; };
git_buf path = GIT_BUF_INIT; git_buf path = GIT_BUF_INIT;
git_strarray wts; git_strarray wts;
unsigned i, j, len; size_t i, j, len;
cl_git_pass(git_buf_printf(&path, "%s/worktrees/invalid", cl_git_pass(git_buf_printf(&path, "%s/worktrees/invalid",
fixture.repo->commondir)); fixture.repo->commondir));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment