t4014: remove confusing pipe in check_threading()
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:05:12 +0000 (00:05 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 19:58:52 +0000 (12:58 -0700)
commitdd2b6b6860e5955323057b7f97f627f686a3b0d9
tree1ff7a53dd5ab2359d607856afce13860de363925
parent6bd26f58ea27914547ff65f367a3b60f77a4d183
t4014: remove confusing pipe in check_threading()

In check_threading(), there was a Git command in the upstream of a pipe.
In order to not lose its status code, it was saved into a file. However,
this may be confusing so rewrite to redirect IO to file. This allows us
to directly use the conventional &&-chain.

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