diff options
author | Randall S. Becker <rsbecker@nexbridge.com> | 2019-02-09 13:59:29 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-13 09:23:45 -0800 |
commit | 24b451e77c7d3a62624a309111e8933c7f9f10ba (patch) | |
tree | 4542874f720a4fef3aeff8005a47a6c43e2c8cb8 /pack-check.c | |
parent | test-lib-functions.sh: add generate_zero_bytes function (diff) | |
download | tgif-24b451e77c7d3a62624a309111e8933c7f9f10ba.tar.xz |
t5318: replace use of /dev/zero with generate_zero_bytes
There are platforms (e.g. NonStop) that lack /dev/zero; use the
generate_zero_bytes helper we just introduced to append stream
of NULs at the end of the file.
The original, even though it uses "dd seek=... count=..." to make it
look like it is overwriting the middle part of an existing file, has
truncated the file before this step with another use of "dd", which
may make it tricky to see why this rewrite is a correct one.
Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'pack-check.c')
0 files changed, 0 insertions, 0 deletions