t4203: stop losing return codes of git commands
commitafa80f534b8f7d0422a6e8f208745f3cb94b5d1e
authorDenton Liu <liu.denton@gmail.com>
Thu, 14 Jan 2021 23:02:41 +0000 (14 15:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Jan 2021 02:21:21 +0000 (14 18:21 -0800)
tree55f9d072cd8c0ce678007d2f61ca201bf42652af
parentf9f30a03107742dc4270dc8e37bc519adc96a475
t4203: stop losing return codes of git commands

In a pipe, only the return code of the last command is used. Thus, all
other commands will have their return codes masked. Rewrite pipes so
that there are no git commands upstream so that their failure is
reported.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Acked-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4203-mailmap.sh