]> Dogcows Code - chaz/tar/blobdiff - tests/star/quicktest.sh
tests: port to NFS file servers with clock skew
[chaz/tar] / tests / star / quicktest.sh
index 9c192060508222818a5763a306fc125bf119e628..cbc65112bd8fab70870209d92787668115be79b0 100755 (executable)
@@ -1,10 +1,10 @@
 #! /bin/sh
 # This file is part of GNU tar testsuite.
-# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 #
 # This program 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 2, or (at your option)
+# 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,
@@ -14,8 +14,8 @@
 #
 # 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 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
This page took 0.021619 seconds and 4 git commands to generate.