From 56f6556f947b03d4d29daa3ae251ff8ef059edb1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 19 May 2007 17:03:44 +0000 Subject: [PATCH] (tarball_prereq): Discard eventual md5sum output. --- tests/atlocal.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/atlocal.in b/tests/atlocal.in index 7fac3ed..f095080 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 } -- 2.44.0