]> Savannah Git Hosting - gnulib.git/commit
init.sh: don’t assume gzip
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Apr 2022 17:53:12 +0000 (10:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Apr 2022 17:53:53 +0000 (10:53 -0700)
commit58c597d13bc57dce3e97ea97856573f2d68ccb8c
tree66e501a84088cb761b96953985efad7fefbb2b41
parent8fa9898afa5ee3da8f5d5a4797f98ae62b12d427
init.sh: don’t assume gzip

* tests/init.sh (rand_bytes_): Don’t assume gzip is installed.
I found this while testing gzip installation on a platform where I
had removed the installed gzip.  gzip is executed only on
platforms lacking mktemp and /dev/urandom so this code is rarely
used; however, these platforms might also lack gzip since gzip
is neither specified by POSIX or required by the GNU Coding Standards.
ChangeLog
tests/init.sh