1
0
Fork 0

Merging upstream version 0.8~rc1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-24 05:00:59 +01:00
parent 7dfac6a74c
commit 94ef728d19
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
14 changed files with 35 additions and 50 deletions

View file

@ -18,7 +18,7 @@ ZFGREP="${objdir}"/zfgrep
ZTEST="${objdir}"/ztest
ZUTILS="${objdir}"/zutils
compressors="bzip2 gzip lzip"
extensions="gz bz2 lz"
extensions="bz2 gz lz"
framework_failure() { echo 'failure in testing framework'; exit 1; }
compressor_needed() { echo "${compressors} are needed to run tests"; exit 1; }