diff options
Diffstat (limited to 'ext/B/t/stash.t')
-rwxr-xr-x | ext/B/t/stash.t | 2 |
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; |