t5562: replace /dev/zero with a pipe from generate_zero_bytes
authorRandall S. Becker <rsbecker@nexbridge.com>
Sat, 9 Feb 2019 18:59:30 +0000 (13:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Feb 2019 17:26:31 +0000 (09:26 -0800)
To help platforms that lack /dev/zero (e.g. NonStop), replace use
of /dev/zero to feed "git http-backend" with a pipe of output from
the generate_zero_bytes helper.

Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found