diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-03-28 22:56:51 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-29 13:03:54 +0000 |
commit | 6b202754e48fe50b2e197258ffdabd22fc2752c2 (patch) | |
tree | 3d3644c68b119fc1bf68a335c452827046798f34 | |
parent | 050e63623eb7a1ee5c40a7115cbe0e102b5b6b5a (diff) | |
download | perl-6b202754e48fe50b2e197258ffdabd22fc2752c2.tar.gz |
Shorten 'skipping...' test message
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30777
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -499,7 +499,7 @@ EOT $good_files++; } else { - print "${te}skipping test on this platform\n"; + print "${te}skipped\n"; $tested_files -= 1; } } |