test-lib-functions: remove generate_zero_bytes() wrapper
commitf3ad2bf4712aa41d710ce3eb8207c12dda43710d
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 9 Feb 2021 21:41:51 +0000 (9 22:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Feb 2021 21:54:34 +0000 (10 13:54 -0800)
tree0243ec97c03e32386af333c223b850464b29c502
parent762ccf9906a946b4ba6d9a1b97b6a6b465f02ac3
test-lib-functions: remove generate_zero_bytes() wrapper

Since d5cfd142ec1 (tests: teach the test-tool to generate NUL bytes
and use it, 2019-02-14) the generate_zero_bytes() functions has been a
thin wrapper for "test-tool genzeros". Let's have its only user call
that directly instead.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5318-commit-graph.sh
t/test-lib-functions.sh