From 2dc62f8edbe96915898bf5deb0eede1d50c38775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Aug 2007 15:13:07 +0000 Subject: [PATCH] Try using -d to unzip. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21822 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_nist_pkcs12.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/hx509/test_nist_pkcs12.in b/lib/hx509/test_nist_pkcs12.in index 2eeee368d..8cf368609 100644 --- a/lib/hx509/test_nist_pkcs12.in +++ b/lib/hx509/test_nist_pkcs12.in @@ -55,7 +55,8 @@ if ${hxtool} info | grep 'rand: not available' > /dev/null ; then fi 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 echo "nist pkcs12 tests"