Change 31717 by [EMAIL PROTECTED] on 2007/08/15 09:57:02
Subject: Harness prove-switches.t for fixed bug 30952
From: Reini Urban <[EMAIL PROTECTED]>
Date: Tue, 14 Aug 2007 22:49:32 +0200
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/lib/Test/Harness/t/prove-switches.t#7 edit
Differences ...
==== //depot/perl/lib/Test/Harness/t/prove-switches.t#7 (text) ====
Index: perl/lib/Test/Harness/t/prove-switches.t
--- perl/lib/Test/Harness/t/prove-switches.t#6~28953~ 2006-10-06
18:34:15.000000000 -0700
+++ perl/lib/Test/Harness/t/prove-switches.t 2007-08-15 02:57:02.000000000
-0700
@@ -14,10 +14,6 @@
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" );
End of Patch.