t3404-rebase-interactive: test abbreviated commands
commit8c64bc942056eeb5eab467e1f99394f66be0796a
authorJohannes Sixt <j6t@kdbg.org>
Sat, 27 Oct 2018 08:08:01 +0000 (27 10:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 00:50:20 +0000 (29 09:50 +0900)
tree18e2f8e310ec128b5daf62d3f2e9f82d810740bc
parent7afb0d6777928c1976e92086e94ea75f578c547b
t3404-rebase-interactive: test abbreviated commands

Make sure that each short command is tested at least once. To
not exacerbate the runtime of the test script, do not add new
tests, but modify existing ones according to these criteria:

- The test does not have a prerequisite.
- The 'git rebase' command is not guarded by test_must_fail.

The pick commands are optional in the FAKE_LINES variable, but
when used, they do end up in the insn sheet. Test them, too.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-rebase.sh
t/t3404-rebase-interactive.sh