From: Jarkko Hietaniemi Date: Tue, 18 Dec 2001 15:54:19 +0000 (+0000) Subject: (Undone by #13766.) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=390b6567b5cb4ff70401b2f35c890d758f2e406e;p=p5sagit%2Fp5-mst-13.2.git (Undone by #13766.) Retract #13752. p4raw-id: //depot/perl@13759 --- diff --git a/lib/ExtUtils/t/MM_Unix.t b/lib/ExtUtils/t/MM_Unix.t index 1b918e8..efd047a 100644 --- a/lib/ExtUtils/t/MM_Unix.t +++ b/lib/ExtUtils/t/MM_Unix.t @@ -7,16 +7,7 @@ BEGIN { @INC = '../lib'; } -BEGIN { - use Test::More; - - if( $^O =~ /^VMS|os2|MacOS|MSWin32|cygwin$/ ) { - plan skip_all => 'Non-Unix platform'; - } - else { - plan tests => 90; - } -} +BEGIN { use Test::More; plan tests => 90; } BEGIN { use_ok( 'ExtUtils::MM_Unix' ); }