]> Dogcows Code - chaz/tar/blobdiff - tests/star/quicktest.sh
Update FSF postal mail address.
[chaz/tar] / tests / star / quicktest.sh
index aba2f965731c7a2094d565f4de58c678010892d6..8eb2fc825e1ee23fb77bd23cab9ef9097da80399 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # This file is part of GNU tar testsuite.
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005 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
 #
 # 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 : '\(.*\)/.*'`
+DIR=`cd $P; pwd`/../../src
+if [ -d $DIR ]; then
+       PATH=`cd $DIR;pwd`:$PATH
+fi
 
 # Usage: quicktest FILELIST ARCHIVE-NAME
 quicktest() {
@@ -75,6 +82,7 @@ check_environ() {
                echo "tartest not in your path"
                exit 77
        fi
+       tar --version
 }
 
 getargs() {
This page took 0.021586 seconds and 4 git commands to generate.