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:
Felipe Contreras 2023-05-08 18:02:46 -06:00 committed by Junio C Hamano
parent a93cbe8d78
commit 159f4b9c3b

View file

@ -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' '