t3400: stop referring to the scripted rebase

One test case's title mentioned the then-current implementation detail
that the `--am` backend was implemented in `git-rebase--am.sh`.

This is no longer the case, so let's update the title to reflect the
current reality.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Johannes Schindelin 2019-07-31 08:18:39 -07:00 committed by Junio C Hamano
parent d5b581f228
commit 6180b20239
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ EOF
test_cmp From_.msg out
'

test_expect_success 'rebase--am.sh and --show-current-patch' '
test_expect_success 'rebase --am and --show-current-patch' '
test_create_repo conflict-apply &&
(
cd conflict-apply &&