mirror of
https://github.com/git/git.git
synced 2024-11-19 18:44:08 +01:00
t/t3415: use && where applicable.
Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
95b7a41a80
commit
7c6eafa35a
@ -26,7 +26,7 @@ test_auto_fixup() {
|
||||
echo 1 >file1 &&
|
||||
git add -u &&
|
||||
test_tick &&
|
||||
git commit -m "fixup! first"
|
||||
git commit -m "fixup! first" &&
|
||||
|
||||
git tag $1 &&
|
||||
test_tick &&
|
||||
@ -55,7 +55,7 @@ test_auto_squash() {
|
||||
echo 1 >file1 &&
|
||||
git add -u &&
|
||||
test_tick &&
|
||||
git commit -m "squash! first"
|
||||
git commit -m "squash! first" &&
|
||||
|
||||
git tag $1 &&
|
||||
test_tick &&
|
||||
@ -84,7 +84,7 @@ test_expect_success 'misspelled auto squash' '
|
||||
echo 1 >file1 &&
|
||||
git add -u &&
|
||||
test_tick &&
|
||||
git commit -m "squash! forst"
|
||||
git commit -m "squash! forst" &&
|
||||
git tag final-missquash &&
|
||||
test_tick &&
|
||||
git rebase --autosquash -i HEAD^^^ &&
|
||||
|
Loading…
Reference in New Issue
Block a user