drop echo -n, doesn't work with posix sh

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-12-09 06:04:02 +00:00
parent c094adbe6a
commit d2d7ca52fe

View File

@@ -63,8 +63,6 @@ echo "nist pkcs12 tests"
for a in $nistdir/pkcs12/*.p12 ; do
echo -n .
if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
:
else