X-Git-Url: https://git.cworth.org/git?p=tar;a=blobdiff_plain;f=tests%2Fatlocal.in;fp=tests%2Fatlocal.in;h=12591e326a4055eb3f9eb983ee638b99893bcc6d;hp=5eaaab68f4b24ef8714fdf4274be86eb0fb3d0ab;hb=ee168310ec4227174ace489bf5f81f8c2f91cde0;hpb=22f1eb8bc17e5be72dd23d42d6aaa60196ac22e6 diff --git a/tests/atlocal.in b/tests/atlocal.in index 5eaaab6..12591e3 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -16,17 +16,17 @@ fi 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 } @@ -34,4 +34,3 @@ decho() { echo $* echo >&2 $* } -