Skip to content

Commit b9d1fd1

Browse files
committed
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 <[email protected]>
1 parent fa2b967 commit b9d1fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3400-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ EOF
285285
test_cmp From_.msg out
286286
'
287287

288-
test_expect_success 'rebase--am.sh and --show-current-patch' '
288+
test_expect_success 'rebase --am and --show-current-patch' '
289289
test_create_repo conflict-apply &&
290290
(
291291
cd conflict-apply &&

0 commit comments

Comments
 (0)