diff --git a/tests/atlocal.in b/tests/atlocal.in index 7fac3edc..f0950807 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -27,7 +27,7 @@ tarball_prereq() { wget -q --directory-prefix=$3 $4/$1 fi fi - echo "$2 $3/$1" | md5sum --status --check - + echo "$2 $3/$1" | md5sum --status --check - >/dev/null 2>&1 }