]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2402-worktree-list.sh
t: fix whitespace around &&
[thirdparty/git.git] / t / t2402-worktree-list.sh
index 69ffe865b43965bb84bbe60402fc9c03ecc8ba9b..52585ec2aa8ba6d9104060361523c1b307bebfda 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
 '