Commit abb1497c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

output all test case numbers with three digits

parent 7a8594da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;