From 0f1d8d383b095130f28847d72a744c02a651031f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 3 Jan 2006 12:19:06 +0000 Subject: [PATCH] Less verbose. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16443 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_nist_pkcs12.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hx509/test_nist_pkcs12.in b/lib/hx509/test_nist_pkcs12.in index 308ff43c6..9a5da627c 100644 --- a/lib/hx509/test_nist_pkcs12.in +++ b/lib/hx509/test_nist_pkcs12.in @@ -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 \ No newline at end of file