1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

output all test case numbers with three digits

This commit is contained in:
Daniel Stenberg 2002-11-06 08:29:48 +00:00
parent 7a8594da43
commit abb1497c98

View File

@ -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;