summaryrefslogtreecommitdiffstats
path: root/testsuite/check.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:38:05 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-07 15:38:05 +0000
commitcdc1c436cd3ce5899d4c91d7a155f3f82453117c (patch)
tree3e2e5ead8625bc587deac24390fe67adec9789c1 /testsuite/check.sh
parentAdding upstream version 1.2~rc1. (diff)
downloadplzip-cdc1c436cd3ce5899d4c91d7a155f3f82453117c.tar.xz
plzip-cdc1c436cd3ce5899d4c91d7a155f3f82453117c.zip
Adding upstream version 1.2~rc2.upstream/1.2_rc2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite/check.sh')
-rwxr-xr-xtestsuite/check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh
index 52b5be7..0df6826 100755
--- a/testsuite/check.sh
+++ b/testsuite/check.sh
@@ -160,7 +160,7 @@ if [ $? = 2 ] ; then printf . ; else printf - ; fail=1 ; fi
cmp in copy || fail=1
printf .
-dd if="${in_lz}" bs=1024 count=10 > trunc.lz 2> /dev/null || framework_failure
+dd if="${in_lz}" bs=1024 count=6 > trunc.lz 2> /dev/null || framework_failure
"${LZIP}" -tq trunc.lz
if [ $? = 2 ] ; then printf . ; else printf - ; fail=1 ; fi
"${LZIP}" -cdq trunc.lz > out