From e2010b31ef4137540c264f2fb69f8f2660a6f7fc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:30:18 +0100 Subject: Adding upstream version 1.2~pre3. Signed-off-by: Daniel Baumann --- testsuite/check.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'testsuite') diff --git a/testsuite/check.sh b/testsuite/check.sh index cd01c46..faf9dd3 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -46,9 +46,7 @@ cat in.lz > lz_only.lz || framework_failure cat in in in in in in > in6 || framework_failure fail=0 -printf "testing zutils-%s..." "$2" - -printf "\ntesting zcat-%s..." "$2" +printf "testing zcat-%s..." "$2" for i in ${extensions}; do "${ZCAT}" -N in.$i > copy || fail=1 @@ -299,6 +297,8 @@ if [ $? != 0 ] ; then printf . ; else printf - ; fail=1 ; fi if [ $? != 0 ] ; then printf . ; else printf - ; fail=1 ; fi "${ZGREP}" -N --bad-option 2> /dev/null if [ $? = 2 ] ; then printf . ; else printf - ; fail=1 ; fi +"${ZGREP}" -N "GNU" -s nx_file +if [ $? = 2 ] ; then printf . ; else printf - ; fail=1 ; fi "${ZEGREP}" -N "GNU" in > /dev/null || fail=1 printf . @@ -388,8 +388,8 @@ rm -f x.lz || framework_failure cat in.bz2 > x.bz2 || framework_failure cat in.gz > x.gz || framework_failure -"${ZUPDATE}" -N -f x.bz2 x.gz 2> /dev/null -if [ $? = 0 ] && [ ! -e x.bz2 ] && [ ! -e x.gz ] && [ -e x.lz ] ; then printf . +"${ZUPDATE}" -N -f -k x.bz2 x.gz 2> /dev/null +if [ $? = 0 ] && [ -e x.bz2 ] && [ -e x.gz ] && [ -e x.lz ] ; then printf . else printf - ; fail=1 fi rm -f x.lz || framework_failure -- cgit v1.2.3