Skip to content

Commit cfab3cf

Browse files
committed
Merge branch 'js/t3404-typofix' into jch
Typofix. * js/t3404-typofix: t3404: fix a typo
2 parents a277cb5 + cc8d872 commit cfab3cf

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
@@ -1031,7 +1031,7 @@ test_expect_success 'rebase -i --root reword root commit' '
10311031
test -z "$(git show -s --format=%p HEAD^)"
10321032
'
10331033

1034-
test_expect_success 'rebase -i --root when root has untracked file confilct' '
1034+
test_expect_success 'rebase -i --root when root has untracked file conflict' '
10351035
test_when_finished "reset_rebase" &&
10361036
git checkout -b failing-root-pick A &&
10371037
echo x >file2 &&

0 commit comments

Comments
 (0)