From 390b6567b5cb4ff70401b2f35c890d758f2e406e Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 18 Dec 2001 15:54:19 +0000 Subject: [PATCH] (Undone by #13766.) Retract #13752. p4raw-id: //depot/perl@13759 --- lib/ExtUtils/t/MM_Unix.t | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) 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' ); } -- 2.7.4