t3407: rework rebase --quit tests
commitd045719ac8ab2b2c6f4d7ce61ad3d35843556bbf
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Mon, 13 Sep 2021 15:19:18 +0000 (13 15:19 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Sep 2021 19:47:07 +0000 (13 12:47 -0700)
tree3c37e34d46ad9f609d32043cf9419e1d6889e469
parent1e14bc11ed01e876809e62d2b13db71d6c0d265c
t3407: rework rebase --quit tests

9512177b68 ("rebase: add --quit to cleanup rebase, leave everything
else untouched", 2016-11-12) seems to have copied the --abort tests
but added two separate tests for the two rebase backends rather than
adding a single test into the existing testrebase() function.

Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3407-rebase-abort.sh