]> git.ipfire.org Git - thirdparty/git.git/commit
test: rev-parse-upstream: add missing cmp
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 9 May 2023 00:02:46 +0000 (18:02 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 May 2023 16:25:53 +0000 (09:25 -0700)
commit159f4b9c3b9ccc0beb3a118ae752d61e9fffb681
tree76b242e9e54518d39fbbd5dd73be36e368333045
parenta93cbe8d78a42bb016f62b755421bdd4fd7d5d14
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>
t/t1507-rev-parse-upstream.sh