]> git.ipfire.org Git - thirdparty/git.git/commit
p0004: avoid using pipes
authorRené Scharfe <l.s.r@web.de>
Sat, 13 May 2017 16:00:15 +0000 (18:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 May 2017 02:11:43 +0000 (11:11 +0900)
commite1ebb569c61d17e2f721f32084fcc7b7394b1692
tree4acd456a9f5844b77e625e11cb0e1b786d2c90a5
parent1c002d0a9eb52f8e9cbecb8dce4edd86062df3b5
p0004: avoid using pipes

The return code of commands on the producing end of a pipe is ignored.
Evaluate the outcome of test-lazy-init-name-hash by calling sort
separately.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Acked-by: Jeff Hostetler <git@jeffhostetler.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/p0004-lazy-init-name-hash.sh