mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
test: rev-parse-upstream: add missing cmp
It seems pretty clear 5236fce6b4
(t1507: stop losing return codes of git
commands, 2019-12-20) missed a test_cmp.
Cc: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a93cbe8d78
commit
159f4b9c3b
@ -97,7 +97,8 @@ test_expect_success 'my-side@{u} resolves to correct commit' '
|
||||
commit_subject my-side >actual &&
|
||||
test_cmp expect actual &&
|
||||
echo 5 >expect &&
|
||||
commit_subject my-side@{u} >actual
|
||||
commit_subject my-side@{u} >actual &&
|
||||
test_cmp expect actual
|
||||
'
|
||||
|
||||
test_expect_success 'not-tracking@{u} fails' '
|
||||
|
Loading…
Reference in New Issue
Block a user