From a044d1145772e55601c0813ef0ae23bbee36c8ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 2 Aug 2007 08:50:24 +0000 Subject: [PATCH] make quiet git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21787 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_nist.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hx509/test_nist.in b/lib/hx509/test_nist.in index 4ffdca893..de730d262 100644 --- a/lib/hx509/test_nist.in +++ b/lib/hx509/test_nist.in @@ -56,7 +56,8 @@ fi echo "nist tests" if [ ! -d "$nistdir" ] ; then - ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) || { rm -rf "$nistdir" ; exit 1; } + ( mkdir "$nistdir" && cd "$nistdir" && unzip "$nistzip" ) >/dev/null || \ + { rm -rf "$nistdir" ; exit 1; } fi while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do