Yitzchak Scott-Thoennes wrote:
>
> Rats, I somehow overlooked a test failure. Please add this:
Thanks, applied as #23973.
> --- perl/ext/B/t/stash.t.orig 2005-01-07 06:57:11.000000000 -0800
> +++ perl/ext/B/t/stash.t 2005-02-15 20:08:59.063289600 -0800
> @@no-spam -61,7 +61,7 @@no-spam
> @no-spam = grep { ! /^Win32$/ } @no-spam if $^O eq 'MSWin32';
> @no-spam = grep { ! /^NetWare$/ } @no-spam if $^O eq 'NetWare';
> @no-spam = grep { ! /^(Cwd|File|File::Copy|OS2)$/ } @no-spam if $^O eq 'os2';
> -@no-spam = grep { ! /^Cwd$/ } @no-spam if $^O eq 'cygwin';
> +@no-spam = grep { ! /^(Cwd|Cygwin)$/ } @no-spam if $^O eq 'cygwin';