regexp.t: Add a period in test name skip reason
authorKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:19:20 +0000 (11:19 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:23:39 +0000 (11:23 -0700)
This is easier to read.

t/re/regexp.t

index 144eb23..85edbfa 100644 (file)
@@ -167,7 +167,7 @@ EOFCODE
        }
        chomp( my $err = $@ );
        if ( $skip ) {
-           print "ok $test # skipped", length($reason) ? " $reason" : '', "\n";
+           print "ok $test # skipped", length($reason) ? " $reason" : '', "\n";
            next TEST;
        }
        elsif ($result eq 'c') {