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