Skip to content

Commit 8cf8f9b

Browse files
dschogitster
authored andcommitted
t3404: fix indentation
This test case was added in 66ae9a5 (t3404: rebase -i: demonstrate short SHA-1 collision, 2013-08-23), and it is not indented in the way we usually indent sub-shell code in our test cases these days. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 559c6fc commit 8cf8f9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/t3404-rebase-interactive.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,11 +1265,11 @@ test_expect_success SHA1 'short SHA-1 collide' '
12651265
test_when_finished "reset_rebase && git checkout master" &&
12661266
git checkout collide &&
12671267
(
1268-
unset test_tick &&
1269-
test_tick &&
1270-
set_fake_editor &&
1271-
FAKE_COMMIT_MESSAGE="collide2 ac4f2ee" \
1272-
FAKE_LINES="reword 1 2" git rebase -i HEAD~2
1268+
unset test_tick &&
1269+
test_tick &&
1270+
set_fake_editor &&
1271+
FAKE_COMMIT_MESSAGE="collide2 ac4f2ee" \
1272+
FAKE_LINES="reword 1 2" git rebase -i HEAD~2
12731273
)
12741274
'
12751275

0 commit comments

Comments
 (0)