From: Reini Urban <rurban@x-ray.at>
Date: Tue, 14 Aug 2007 22:49:32 +0000 (+0200)
Subject: Harness prove-switches.t for fixed bug 30952
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de731c35b85c2e130cb18f72491741776bd280e0;p=p5sagit%2Fp5-mst-13.2.git

Harness prove-switches.t for fixed bug 30952
Message-Id: <46C2155C.3000905@x-ray.at>

p4raw-id: //depot/perl@31717
---

diff --git a/lib/Test/Harness/t/prove-switches.t b/lib/Test/Harness/t/prove-switches.t
index 79c0641..89a74aa 100644
--- a/lib/Test/Harness/t/prove-switches.t
+++ b/lib/Test/Harness/t/prove-switches.t
@@ -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" );