X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=blobdiff_plain;f=tests%2Fstar%2Fquicktest.sh;h=84e5fc132ed2a84877d9906f74a2a7f9c1b2daed;hp=01b8e128069fd960711e6a70129acea0b4654ba7;hb=45ccda119355a1087450039a250359c1d0de0d08;hpb=a0fb51e136d3df620eb3189683aae90b25bd8dd7 diff --git a/tests/star/quicktest.sh b/tests/star/quicktest.sh index 01b8e12..84e5fc1 100755 --- a/tests/star/quicktest.sh +++ b/tests/star/quicktest.sh @@ -1,21 +1,21 @@ #! /bin/sh # This file is part of GNU tar testsuite. -# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc. -# -# This program is free software; you can redistribute it and/or modify +# Copyright 2004-2005, 2007, 2013-2014 Free Software Foundation, Inc. + +# This file is part of GNU tar. + +# GNU tar is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3, or (at your option) -# any later version. -# -# This program is distributed in the hope that it will be useful, +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. + +# GNU tar is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# + # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -# 02110-1301, USA. +# along with this program. If not, see . PWD=`pwd` P=`expr $0 : '\(.*\)/.*'` @@ -57,7 +57,7 @@ test_access() { echo "$1 does not exist or is unreadable" echo 77 fi -} +} check_environ() { if [ "$STAR_TESTSCRIPTS" = "" ]; then @@ -70,12 +70,12 @@ check_environ() { else echo "STAR_TESTSCRIPTS is not a directory" exit 77 - fi + fi ARCHIVE=$STAR_TESTSCRIPTS/ustar-all-quicktest.tar test_access $ARCHIVE FILELIST=$STAR_TESTSCRIPTS/quicktest.filelist - test_access $FILELIST + test_access $FILELIST ${TARTEST:-tartest} < /dev/null > /dev/null 2>&1 if [ $? -eq 127 ]; then @@ -93,7 +93,7 @@ getargs() { *) echo "Unknown option: $option" >&2 exit 77;; esac - done + done } if [ -w / ]; then