Skip to content

Commit 7c6eafa

Browse files
ydirsongitster
authored andcommitted
t/t3415: use && where applicable.
Signed-off-by: Yann Dirson <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95b7a41 commit 7c6eafa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/t3415-rebase-autosquash.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_auto_fixup() {
2626
echo 1 >file1 &&
2727
git add -u &&
2828
test_tick &&
29-
git commit -m "fixup! first"
29+
git commit -m "fixup! first" &&
3030

3131
git tag $1 &&
3232
test_tick &&
@@ -55,7 +55,7 @@ test_auto_squash() {
5555
echo 1 >file1 &&
5656
git add -u &&
5757
test_tick &&
58-
git commit -m "squash! first"
58+
git commit -m "squash! first" &&
5959

6060
git tag $1 &&
6161
test_tick &&
@@ -84,7 +84,7 @@ test_expect_success 'misspelled auto squash' '
8484
echo 1 >file1 &&
8585
git add -u &&
8686
test_tick &&
87-
git commit -m "squash! forst"
87+
git commit -m "squash! forst" &&
8888
git tag final-missquash &&
8989
test_tick &&
9090
git rebase --autosquash -i HEAD^^^ &&

0 commit comments

Comments
 (0)