From: Johannes Schindelin Date: Tue, 14 May 2019 11:22:31 +0000 (-0700) Subject: t3400: stop referring to the scripted rebase X-Git-Tag: v2.23.0-rc0~137^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2b9a23116ffaa4ccd4904b0cfffbb48bf6ec749;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/t/t3400-rebase.sh b/t/t3400-rebase.sh index 42f147858d..80b23fd326 100755 --- a/t/t3400-rebase.sh +++ b/t/t3400-rebase.sh @@ -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 &&