mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
test: trivial cleanups
No functional changes. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
7a97ee1d84
commit
15c7348eb0
@@ -64,10 +64,11 @@ test_expect_success 'rebase with --merge' '
|
||||
|
||||
test_expect_success 'rebase --skip with --merge' '
|
||||
git rebase --skip
|
||||
'
|
||||
'
|
||||
|
||||
test_expect_success 'merge and reference trees equal' \
|
||||
'test -z "`git diff-tree skip-merge skip-reference`"'
|
||||
test_expect_success 'merge and reference trees equal' '
|
||||
test -z "`git diff-tree skip-merge skip-reference`"
|
||||
'
|
||||
|
||||
test_expect_success 'moved back to branch correctly' '
|
||||
test refs/heads/skip-merge = $(git symbolic-ref HEAD)
|
||||
|
||||
Reference in New Issue
Block a user