summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry D. Hedden <jdhedden@cpan.org>2007-03-28 22:56:51 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-03-29 13:03:54 +0000
commit6b202754e48fe50b2e197258ffdabd22fc2752c2 (patch)
tree3d3644c68b119fc1bf68a335c452827046798f34
parent050e63623eb7a1ee5c40a7115cbe0e102b5b6b5a (diff)
downloadperl-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-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index c601e45977..f37d2bed37 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;
}
}