Skip to content

Commit 65b26eb

Browse files
jlehmanngitster
authored andcommitted
t5505: add missing &&
Signed-off-by: Jens Lehmann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ad33605 commit 65b26eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5505-remote.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ test_expect_success 'update --prune' '
371371
git branch -m side2 side3) &&
372372
(cd test &&
373373
git remote update --prune &&
374-
(cd ../one && git branch -m side3 side2)
374+
(cd ../one && git branch -m side3 side2) &&
375375
git rev-parse refs/remotes/origin/side3 &&
376376
test_must_fail git rev-parse refs/remotes/origin/side2)
377377
'

0 commit comments

Comments
 (0)