summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/t/MM_Win32.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ExtUtils/t/MM_Win32.t')
-rw-r--r--lib/ExtUtils/t/MM_Win32.t9
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/ExtUtils/t/MM_Win32.t b/lib/ExtUtils/t/MM_Win32.t
index bc7f68dbe8..ca870d5cb0 100644
--- a/lib/ExtUtils/t/MM_Win32.t
+++ b/lib/ExtUtils/t/MM_Win32.t
@@ -16,7 +16,7 @@ use Test::More;
BEGIN {
if ($^O =~ /MSWin32/i) {
- plan tests => 42;
+ plan tests => 41;
} else {
plan skip_all => 'This is not Win32';
}
@@ -177,13 +177,6 @@ delete $ENV{PATH} unless $had_path;
# dynamic_bs() should look into that
# dynamic_lib() should look into that
-# clean()
-{
- my $clean = $Config{cc} =~ /^gcc/i ? 'dll.base dll.exp' : '*.pdb';
- like( $MM->clean(), qr/^clean ::\s+\Q-$(RM_F) $clean\E\s+$/m,
- 'clean() Makefile target' );
-}
-
# init_linker
{
my $libperl = File::Spec->catfile('$(PERL_INC)',