t0410: remove pipes after git commands
authorChristian Couder <christian.couder@gmail.com>
Tue, 25 Jun 2019 13:40:25 +0000 (15:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Jun 2019 21:05:37 +0000 (14:05 -0700)
commitc59c7c879ef60b2b0d0b050982712c53ec4d0680
treeb67e863a933bb2698327f6e9703f561047519efd
parent8dca754b1e874719a732bc9ab7b0e14b21b1bc10
t0410: remove pipes after git commands

Let's not run a git command, especially one with "verify" in its
name, upstream of a pipe, because the pipe will hide the git
command's exit code.

While at it, let's also avoid a useless `cat` command piping
into `sed`.

Helped-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0410-partial-clone.sh