浏览代码

(tarball_prereq): Discard eventual md5sum output.

Sergey Poznyakoff 18 年之前
父节点
当前提交
56f6556f94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/atlocal.in

+ 1 - 1
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
 }