aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;