Imported Upstream version 2.27.0
[platform/upstream/git.git] / t / t2402-worktree-list.sh
index 69ffe86..52585ec 100755 (executable)
@@ -152,7 +152,7 @@ test_expect_success 'linked worktrees are sorted' '
 '
 
 test_expect_success 'worktree path when called in .git directory' '
-       git worktree list >list1&&
+       git worktree list >list1 &&
        git -C .git worktree list >list2 &&
        test_cmp list1 list2
 '