summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:17:11 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:17:11 +0000
commit92411a5d4d0083722696abf6fdfcc8f1c894a150 (patch)
tree6537ba2692e058862caa756938bc00df8462deaf /testsuite
parentAdding debian version 0.7-1. (diff)
downloadzutils-92411a5d4d0083722696abf6fdfcc8f1c894a150.tar.xz
zutils-92411a5d4d0083722696abf6fdfcc8f1c894a150.zip
Merging upstream version 0.8~rc1.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh
index 1c8b249..94e9c71 100755
--- a/testsuite/check.sh
+++ b/testsuite/check.sh
@@ -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; }