Browse Source

Merge branch 'js/t3404-typofix' into maint

Typofix.

* js/t3404-typofix:
  t3404: fix a typo
maint
Junio C Hamano 6 years ago
parent
commit
0726f13074
  1. 2
      t/t3404-rebase-interactive.sh

2
t/t3404-rebase-interactive.sh

@ -1031,7 +1031,7 @@ test_expect_success 'rebase -i --root reword root commit' ' @@ -1031,7 +1031,7 @@ test_expect_success 'rebase -i --root reword root commit' '
test -z "$(git show -s --format=%p HEAD^)"
'

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

Loading…
Cancel
Save