Skip to content
Snippets Groups Projects
Commit 7c6eafa3 authored by Yann Dirson's avatar Yann Dirson Committed by Junio C Hamano
Browse files

t/t3415: use && where applicable.

parent 95b7a41a
No related branches found
No related tags found
No related merge requests found
......@@ -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^^^ &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment