]> Dogcows Code - chaz/tar/blobdiff - tests/atlocal.in
Minor fixes in the testsuite.
[chaz/tar] / tests / atlocal.in
index f0950807acbed72dab761918ad17451f2e0514da..5eaaab68f4b24ef8714fdf4274be86eb0fb3d0ab 100644 (file)
@@ -13,7 +13,7 @@ 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  
@@ -30,4 +30,8 @@ tarball_prereq() {
   echo "$2  $3/$1" | md5sum --status --check - >/dev/null 2>&1
 }
 
+decho() {
+  echo $*
+  echo >&2 $*
+}
 
This page took 0.020576 seconds and 4 git commands to generate.