Skip to content

Commit 9500526

Browse files
szedergitster
authored andcommitted
t5608: fix broken &&-chain
This was missed by the previous clean-ups. Signed-off-by: SZEDER Gábor <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f9f7c11 commit 9500526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5608-clone-2gb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test_expect_success CLONE_2GB 'setup' '
2323
printf "blob\nmark :$i\ndata $blobsize\n" &&
2424
#test-tool genrandom $i $blobsize &&
2525
printf "%-${blobsize}s" $i &&
26-
echo "M 100644 :$i $i" >> commit
26+
echo "M 100644 :$i $i" >> commit &&
2727
i=$(($i+1)) ||
2828
echo $? > exit-status
2929
done &&

0 commit comments

Comments
 (0)