]> git.cworth.org Git - tar/blobdiff - tests/star/quicktest.sh
Merge branch 'dfsg-orig' into dfsg-debian
[tar] / tests / star / quicktest.sh
index 01b8e128069fd960711e6a70129acea0b4654ba7..cbc65112bd8fab70870209d92787668115be79b0 100755 (executable)
@@ -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