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:
@@ -63,8 +63,6 @@ echo "nist pkcs12 tests"
|
|||||||
|
|
||||||
for a in $nistdir/pkcs12/*.p12 ; do
|
for a in $nistdir/pkcs12/*.p12 ; do
|
||||||
|
|
||||||
echo -n .
|
|
||||||
|
|
||||||
if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
|
if ${hxtool} validate $pass PKCS12:$a > /dev/null; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user