tests: Gracefully skip zlib test when zlib is missing.
commitb2c3640d2baa7bc929bf21880e6fb2785f5997f6
authorLudovic Courtès <ludo@gnu.org>
Tue, 16 Apr 2019 15:29:25 +0000 (16 17:29 +0200)
committerLudovic Courtès <ludo@gnu.org>
Tue, 16 Apr 2019 15:30:22 +0000 (16 17:30 +0200)
tree2b3a9b3a1164a9182aea2f461fc95bce74cd6473
parente31ece97517312e9b054767c18c6f38d8d5d8618
tests: Gracefully skip zlib test when zlib is missing.

* tests/zlib.scm: Use 'test-skip' instead of (exit 77)
when (zlib-available?) returns false.
tests/zlib.scm