summaryrefslogtreecommitdiffstats
path: root/testsuite/check.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:23:10 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 14:23:10 +0000
commit13ed2148610aab46eec4b60d5cf7049f30643b6d (patch)
tree92c6a8c2d25c2e8fae1dd65c38dfe5ff96cf1f3c /testsuite/check.sh
parentAdding upstream version 1.0~rc3. (diff)
downloadpdlzip-13ed2148610aab46eec4b60d5cf7049f30643b6d.tar.xz
pdlzip-13ed2148610aab46eec4b60d5cf7049f30643b6d.zip
Adding upstream version 1.0.upstream/1.0
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite/check.sh')
-rwxr-xr-xtestsuite/check.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh
index d179a3c..24e44df 100755
--- a/testsuite/check.sh
+++ b/testsuite/check.sh
@@ -28,7 +28,7 @@ fail=0
"${LZIP}" -cd "${testdir}"/test1.lz > copy || fail=1
cmp in copy || fail=1
-for i in s4Ki 0 1 2 3 4 5 6 7 ; do
+for i in s4Ki 0 1 2 3 4 5 6 7 8s16 9s16 ; do
"${LZIP}" -k -$i in || fail=1
mv -f in.lz copy.lz || fail=1
printf "garbage" >> copy.lz || fail=1
@@ -37,7 +37,7 @@ for i in s4Ki 0 1 2 3 4 5 6 7 ; do
printf .
done
-for i in s4Ki 0 1 2 3 4 5 6 7 ; do
+for i in s4Ki 0 1 2 3 4 5 6 7 8s16 9s16 ; do
"${LZIP}" -c -$i in > out || fail=1
printf "g" >> out || fail=1
"${LZIP}" -cd out > copy || fail=1
@@ -45,7 +45,7 @@ for i in s4Ki 0 1 2 3 4 5 6 7 ; do
printf .
done
-for i in s4Ki 0 1 2 3 4 5 6 7 ; do
+for i in s4Ki 0 1 2 3 4 5 6 7 8s16 9s16 ; do
"${LZIP}" -$i < in > out || fail=1
"${LZIP}" -d < out > copy || fail=1
cmp in copy || fail=1