diff options
Diffstat (limited to 'testsuite/check.sh')
-rwxr-xr-x | testsuite/check.sh | 2 |
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 |