t3404 (rebase -i): unroll test_commit loops
commit391a825f5bd534063ac0dec42aa0159b67764ede
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 31 Oct 2010 07:38:25 +0000 (31 02:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Nov 2010 23:01:18 +0000 (9 15:01 -0800)
tree31d6e4f62e231cec1cc8f38391b670ad539394e2
parent0155a64e88ad65408f9ca6d988156aec0898863d
t3404 (rebase -i): unroll test_commit loops

Allow test_commit failures in loop iterations before the last one to
cause the test assertion to fail.

More importantly, avoiding these loops makes the test a little
simpler to read and decreases the vertical screen footprint of
the setup test assertion by one line.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh