From: Jarkko Hietaniemi Date: Fri, 21 Dec 2001 01:34:37 +0000 (+0000) Subject: Synchronize the skippage message. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91ec65b15860f89602d770f551d9f8eceddbf515;p=p5sagit%2Fp5-mst-13.2.git Synchronize the skippage message. p4raw-id: //depot/perl@13826 --- diff --git a/lib/ExtUtils/t/MM_OS2.t b/lib/ExtUtils/t/MM_OS2.t index 6e8bce9..f80b0fb 100644 --- a/lib/ExtUtils/t/MM_OS2.t +++ b/lib/ExtUtils/t/MM_OS2.t @@ -11,7 +11,7 @@ use Test::More; if ($^O =~ /os2/i) { plan( tests => 32 ); } else { - plan( skip_all => "This does not appear to be OS/2" ); + plan( skip_all => "This is not OS/2" ); } # for dlsyms, overridden in tests