Print $id instead of . when running the tests.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16638 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-20 10:17:28 +00:00
parent f10a9a6485
commit 9be2e759dd

View File

@@ -45,7 +45,7 @@ while read id verify cert arg1 arg2 arg3 arg4 arg5 ; do
expr "$id" : "#" > /dev/null && continue
test "$id" = "end" && break
echo -n .
echo -n "$id "
args=""
a=$(echo $arg1 | sed "s@basedir@$nistdir@") ; args="$args $a"