From 1d1a683a1a429adf3d708737540d55b6c6be8a0f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:38:11 +0100 Subject: Merging upstream version 1.2~rc2. Signed-off-by: Daniel Baumann --- testsuite/check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/check.sh') 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 -- cgit v1.2.3