summaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-08-24 12:49:47 +0300
committerSergey Poznyakoff <gray@gnu.org>2015-08-24 12:50:49 +0300
commitaa9676dcadb6c1aed07c3c0d97ccd37ab7f88a10 (patch)
treea8db1528c0c40154b90e9a46f9f8643d4d9a0100 /tests/atlocal.in
parent6cb94e37a9b9ad911493ef287487a6f115c9a46b (diff)
downloadtar-aa9676dcadb6c1aed07c3c0d97ccd37ab7f88a10.tar.gz
Fix check-full
* tests/atlocal.in (TAR_DATA_URL): Berlios is dead. Get test archives from gnu.org.ua
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 5fbe6a59..01e0bb8f 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -28,7 +28,7 @@ if test -z "$TEST_DATA_DIR"; then
TEST_DATA_DIR=$abs_builddir
fi
-STAR_DATA_URL=ftp://ftp.berlios.de/pub/star/testscripts
+STAR_DATA_URL=$TEST_DATA_URL/star
if test -z "$STAR_TESTSCRIPTS"; then
STAR_TESTSCRIPTS=$TEST_DATA_DIR
fi
@@ -39,7 +39,7 @@ tarball_prereq() {
if test -r $3/$1; then
:
elif test -n "$FULL_TEST"; then
- wget -q --directory-prefix=$3 $4/$1
+ wget -q -O $3/$1 $4/$1
fi
fi
echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1
@@ -56,4 +56,4 @@ mkexcltest() {
genfile --file=$1/subdir/excludeme
genfile --file=$1/subdir/subdir-file
}
- \ No newline at end of file
+