diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:05:06 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 05:05:06 +0000 |
commit | 28b75c3e8bd03f49ef5bd6caa4e385761ea502ea (patch) | |
tree | 367557a6072a267ebe66a576cd15e52d7aca1ae4 /testsuite/check.sh | |
parent | Adding debian version 1.5~rc1-1. (diff) | |
download | lunzip-28b75c3e8bd03f49ef5bd6caa4e385761ea502ea.tar.xz lunzip-28b75c3e8bd03f49ef5bd6caa4e385761ea502ea.zip |
Merging upstream version 1.5~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'testsuite/check.sh')
-rwxr-xr-x | testsuite/check.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/check.sh b/testsuite/check.sh index 52d5122..21199b7 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -1,6 +1,6 @@ #! /bin/sh # check script for Lunzip - Decompressor for lzip files -# Copyright (C) 2010, 2011, 2012, 2013 Antonio Diaz Diaz. +# Copyright (C) 2010, 2011, 2012, 2013, 2014 Antonio Diaz Diaz. # # This script is free software: you have unlimited permission # to copy, distribute and modify it. @@ -33,6 +33,8 @@ if [ $? = 1 ] ; then printf . ; else fail=1 ; printf - ; fi if [ $? = 1 ] ; then printf . ; else fail=1 ; printf - ; fi "${LZIP}" -cqu4095 "${in_lz}" > /dev/null if [ $? = 1 ] ; then printf . ; else fail=1 ; printf - ; fi +"${LZIP}" -cqu513MiB "${in_lz}" > /dev/null +if [ $? = 1 ] ; then printf . ; else fail=1 ; printf - ; fi "${LZIP}" -tq in if [ $? = 2 ] ; then printf . ; else fail=1 ; printf - ; fi "${LZIP}" -tq < in |