From f848ee46f69e6a829fce8f4db09e4b0621a7b9b3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 8 Nov 2015 05:39:23 +0100 Subject: Merging upstream version 1.3. Signed-off-by: Daniel Baumann --- testsuite/check.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuite/check.sh') diff --git a/testsuite/check.sh b/testsuite/check.sh index 1cf52a2..c2d67f4 100755 --- a/testsuite/check.sh +++ b/testsuite/check.sh @@ -1,6 +1,6 @@ #! /bin/sh # check script for Zutils - Utilities dealing with compressed files -# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Antonio Diaz Diaz. +# Copyright (C) 2009-2014 Antonio Diaz Diaz. # # This script is free software: you have unlimited permission # to copy, distribute and modify it. @@ -22,8 +22,8 @@ extensions="bz2 gz lz" compressor_needed() { echo "${compressors} are needed to run tests" ; exit 1 ; } framework_failure() { echo "failure in testing framework" ; exit 1 ; } -if [ ! -f "${ZCAT}" ] || [ ! -x "${ZCAT}" ] ; then - echo "${ZCAT}: cannot execute" +if [ ! -f "${ZUPDATE}" ] || [ ! -x "${ZUPDATE}" ] ; then + echo "${ZUPDATE}: cannot execute" exit 1 fi -- cgit v1.2.3