]> git.ipfire.org Git - thirdparty/git.git/commit
t5520: don't put git in upstream of pipe
authorDenton Liu <liu.denton@gmail.com>
Tue, 12 Nov 2019 23:08:10 +0000 (15:08 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 00:41:51 +0000 (09:41 +0900)
commite959a18ee73d3e16c4ac2f300d61755e6b022bd7
treef22f555edd2bb779ba5be995ad5800b7213e8af3
parent5540ed27bcf30869b2f56e421cb9f52520d2c0a0
t5520: don't put git in upstream of pipe

Before, if the invocation of git failed, it would be masked by the pipe
since only the return code of the last element of a pipe is used.
Rewrite the test to put the git command on its own line so its return
code is not masked.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5520-pull.sh