diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:23:10 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 14:23:10 +0000 |
commit | 13ed2148610aab46eec4b60d5cf7049f30643b6d (patch) | |
tree | 92c6a8c2d25c2e8fae1dd65c38dfe5ff96cf1f3c /testsuite | |
parent | Adding upstream version 1.0~rc3. (diff) | |
download | pdlzip-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 '')
-rwxr-xr-x | testsuite/check.sh | 6 |
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 |