From 891c72a3374b810770cc6d85cb703ae158497d6f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 7 Nov 2015 16:28:38 +0100 Subject: Merging upstream version 0.8. Signed-off-by: Daniel Baumann --- testsuite/check.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'testsuite/check.sh') diff --git a/testsuite/check.sh b/testsuite/check.sh index c640b3b..d4f919a 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -19,13 +19,14 @@ fi if [ -d tmp ] ; then rm -rf tmp ; fi mkdir tmp -printf "testing plzip-%s..." "$2" cd "${objdir}"/tmp cat "${testdir}"/test.txt > in || framework_failure cat in in in in > in4 || framework_failure fail=0 +printf "testing plzip-%s..." "$2" + "${LZIP}" -t "${testdir}"/test_v0.lz || fail=1 printf . "${LZIP}" -cd "${testdir}"/test_v0.lz > copy || fail=1 @@ -69,8 +70,8 @@ for i in s4Ki 0 1 2 3 4 5 6 7 8 9 ; do printf . done -"${LZIP}" -$i < in > anyothername || fail=1 -"${LZIP}" -dq anyothername || fail=1 +"${LZIP}" < in > anyothername || fail=1 +"${LZIP}" -d anyothername || fail=1 cmp in anyothername.out || fail=1 printf . -- cgit v1.2.3