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