t5562: replace /dev/zero with a pipe from generate_zero_bytes
commitcc95bc20255e5782d2133f6173609efb1f9129c7
authorRandall S. Becker <rsbecker@nexbridge.com>
Sat, 9 Feb 2019 18:59:30 +0000 (9 13:59 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Feb 2019 17:26:31 +0000 (13 09:26 -0800)
tree23991667068436e995b257f0fa20635d07a080f2
parent24b451e77c7d3a62624a309111e8933c7f9f10ba
t5562: replace /dev/zero with a pipe from generate_zero_bytes

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>
t/t5562-http-backend-content-length.sh