summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2005-02-15 12:45:13 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-02-16 13:20:55 +0000
commit85ca31585f272964329771671d2ea2fff9ec765d (patch)
tree37c5a45f361ccffda85b16beb508edc3e8d7293c /ext
parent2bfd3252dd0e05c7bf8bcc370c10fa405ae0fb9f (diff)
downloadperl-85ca31585f272964329771671d2ea2fff9ec765d.tar.gz
Re: [PATCH] Re: perl winpid?
Message-ID: <20050216044512.GA2516@efn.org> p4raw-id: //depot/perl@23973
Diffstat (limited to 'ext')
-rwxr-xr-xext/B/t/stash.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/stash.t b/ext/B/t/stash.t
index a6e4635043..879368a4a9 100755
--- a/ext/B/t/stash.t
+++ b/ext/B/t/stash.t
@@ -61,7 +61,7 @@ print "# got = @got\n";
@got = grep { ! /^Win32$/ } @got if $^O eq 'MSWin32';
@got = grep { ! /^NetWare$/ } @got if $^O eq 'NetWare';
@got = grep { ! /^(Cwd|File|File::Copy|OS2)$/ } @got if $^O eq 'os2';
-@got = grep { ! /^Cwd$/ } @got if $^O eq 'cygwin';
+@got = grep { ! /^(Cwd|Cygwin)$/ } @got if $^O eq 'cygwin';
if ($Is_VMS) {
@got = grep { ! /^File(?:::Copy)?$/ } @got;