]> Dogcows Code - chaz/tar/blobdiff - tests/atlocal.in
Correctly store long sparse file names in PAX archives.
[chaz/tar] / tests / atlocal.in
index f0950807acbed72dab761918ad17451f2e0514da..12591e326a4055eb3f9eb983ee638b99893bcc6d 100644 (file)
@@ -13,21 +13,24 @@ if test -z "$TEST_DATA_DIR"; then
   TEST_DATA_DIR=$abs_builddir
 fi
 
-STAR_DATA_URL=http://download.berlios.de/pub/star/testscripts
+STAR_DATA_URL=ftp://ftp.berlios.de/pub/star/testscripts
 if test -z "$STAR_TESTSCRIPTS"; then
   STAR_TESTSCRIPTS=$TEST_DATA_DIR
-fi  
+fi
 
 # tarball_prereq file sum dir url
 tarball_prereq() {
-  if test -d "$3"; then        
+  if test -d "$3"; then
     if test -r $3/$1; then
       :
     elif test -n "$FULL_TEST"; then
       wget -q --directory-prefix=$3 $4/$1
     fi
-  fi  
+  fi
   echo "$2  $3/$1" | md5sum --status --check - >/dev/null 2>&1
 }
 
-
+decho() {
+  echo $*
+  echo >&2 $*
+}
This page took 0.021233 seconds and 4 git commands to generate.