Less verbose.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16443 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-03 12:19:06 +00:00
parent b34cfe9fe8
commit 0f1d8d383b

View File

@@ -44,7 +44,7 @@ test -d "$nistdir" || exit 77
for a in $nistdir/*.p12 ; do
echo $a
echo -n .
if ./hxtool validate $pass PKCS12:$a > /dev/null; then
:
@@ -55,6 +55,6 @@ for a in $nistdir/*.p12 ; do
done
echo done
echo "done!"
exit 0