mirror of
https://github.com/git/git
synced 2024-10-28 19:25:47 +00:00
test: rebase: fix --interactive test
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
15c7348eb0
commit
6f87f03897
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ test_expect_success 'rebase -i can copy notes' '
|
|||
test_commit n2 &&
|
||||
test_commit n3 &&
|
||||
git notes add -m"a note" n3 &&
|
||||
git rebase --onto n1 n2 &&
|
||||
git rebase -i --onto n1 n2 &&
|
||||
test "a note" = "$(git notes show HEAD)"
|
||||
'
|
||||
|
||||
|
|
Loading…
Reference in a new issue