Skip to content

Commit cc8d872

Browse files
dschogitster
authored andcommitted
t3404: fix a typo
This one slipped through the review of a9279c6 (sequencer: do not squash 'reword' commits when we hit conflicts, 2018-06-19). Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a9279c6 commit cc8d872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3404-rebase-interactive.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ test_expect_success 'rebase -i --root reword root commit' '
981981
test -z "$(git show -s --format=%p HEAD^)"
982982
'
983983

984-
test_expect_success 'rebase -i --root when root has untracked file confilct' '
984+
test_expect_success 'rebase -i --root when root has untracked file conflict' '
985985
test_when_finished "reset_rebase" &&
986986
git checkout -b failing-root-pick A &&
987987
echo x >file2 &&

0 commit comments

Comments
 (0)