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>
Johannes Schindelin committed
Jul 31, 2019 at 08:18 UTC
6180b202390a04c4c4f63453cdc75142bb2c8fae
1 file changed
+1
-1
t/t3400-rebase.sh
+1
-1
@@ -285,7 +285,7 @@ EOF
285
test_cmp From_.msg out
286
'
287
288
-test_expect_success 'rebase--am.sh and --show-current-patch' '
288
+test_expect_success 'rebase --am and --show-current-patch' '
289
test_create_repo conflict-apply &&
290
(
291
cd conflict-apply &&