From 9be2e759ddc8a3a34d79b2a2c4f94c427a152ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Jan 2006 10:17:28 +0000 Subject: [PATCH] Print $id instead of . when running the tests. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16638 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_nist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/test_nist.in b/lib/hx509/test_nist.in index 43580fcf0..acf311ed4 100644 --- a/lib/hx509/test_nist.in +++ b/lib/hx509/test_nist.in @@ -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"