Harness prove-switches.t for fixed bug 30952
Reini Urban [Tue, 14 Aug 2007 22:49:32 +0000 (00:49 +0200)]
Message-Id: <46C2155C.3000905@x-ray.at>

p4raw-id: //depot/perl@31717

lib/Test/Harness/t/prove-switches.t

index 79c0641..89a74aa 100644 (file)
@@ -14,10 +14,6 @@ use Test::More;
 plan skip_all => "Not adapted to perl core" if $ENV{PERL_CORE};
 plan skip_all => "Not installing prove" if -e "t/SKIP-PROVE";
 
-# Work around a Cygwin bug.  Remove this if Perl bug 30952 ever gets fixed.
-# http://rt.perl.org/rt3/Ticket/Display.html?id=30952.
-plan skip_all => "Skipping because of a Cygwin bug" if ( $^O =~ /cygwin/i );
-
 plan tests => 8;
 
 my $blib = File::Spec->catfile( File::Spec->curdir, "blib" );