From: Jerry D. Hedden Date: Thu, 29 Mar 2007 05:56:51 +0000 (-0700) Subject: Shorten 'skipping...' test message X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b202754e48fe50b2e197258ffdabd22fc2752c2;p=p5sagit%2Fp5-mst-13.2.git Shorten 'skipping...' test message From: "Jerry D. Hedden" Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com> p4raw-id: //depot/perl@30777 --- diff --git a/t/TEST b/t/TEST index c601e45..f37d2be 100755 --- a/t/TEST +++ b/t/TEST @@ -499,7 +499,7 @@ EOT $good_files++; } else { - print "${te}skipping test on this platform\n"; + print "${te}skipped\n"; $tested_files -= 1; } }