aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-06 08:29:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-06 08:29:48 +0000
commitabb1497c98a5fc8ed2f5fa05e14332fd73b04023 (patch)
tree7a563a2bd5a5a75f983600a310bab1efe6a63c4e /tests
parent7a8594da43b48818a8b7c2c05f91423ff511502d (diff)
output all test case numbers with three digits
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index d0061cb0c..e061bc231 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -506,7 +506,7 @@ sub singletest {
# name of the test
my @testname= getpart("client", "name");
- print "test $testnum...";
+ printf("test %03d...", $testnum);
if(!$short) {
my $name = $testname[0];
$name =~ s/\n//g;