Skip to content

Commit 8172c42

Browse files
stefanbellergitster
authored andcommitted
t3404: cleanup double empty lines between tests
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 78ec240 commit 8172c42

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

t/t3404-rebase-interactive.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,6 @@ test_expect_success 'rebase-i history with funny messages' '
771771
test_cmp expect actual
772772
'
773773

774-
775774
test_expect_success 'prepare for rebase -i --exec' '
776775
git checkout master &&
777776
git checkout -b execute &&
@@ -780,7 +779,6 @@ test_expect_success 'prepare for rebase -i --exec' '
780779
test_commit three_exec main.txt three_exec
781780
'
782781

783-
784782
test_expect_success 'running "git rebase -i --exec git show HEAD"' '
785783
set_fake_editor &&
786784
git rebase -i --exec "git show HEAD" HEAD~2 >actual &&
@@ -793,7 +791,6 @@ test_expect_success 'running "git rebase -i --exec git show HEAD"' '
793791
test_cmp expected actual
794792
'
795793

796-
797794
test_expect_success 'running "git rebase --exec git show HEAD -i"' '
798795
git reset --hard execute &&
799796
set_fake_editor &&
@@ -807,7 +804,6 @@ test_expect_success 'running "git rebase --exec git show HEAD -i"' '
807804
test_cmp expected actual
808805
'
809806

810-
811807
test_expect_success 'running "git rebase -ix git show HEAD"' '
812808
git reset --hard execute &&
813809
set_fake_editor &&
@@ -835,7 +831,6 @@ test_expect_success 'rebase -ix with several <CMD>' '
835831
test_cmp expected actual
836832
'
837833

838-
839834
test_expect_success 'rebase -ix with several instances of --exec' '
840835
git reset --hard execute &&
841836
set_fake_editor &&
@@ -850,7 +845,6 @@ test_expect_success 'rebase -ix with several instances of --exec' '
850845
test_cmp expected actual
851846
'
852847

853-
854848
test_expect_success 'rebase -ix with --autosquash' '
855849
git reset --hard execute &&
856850
git checkout -b autosquash &&

0 commit comments

Comments
 (0)