We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99a9b2 commit 57daf61Copy full SHA for 57daf61
t/fixin.t
@@ -127,7 +127,7 @@ END
127
SKIP: {
128
eval { chmod(0755, "usrbin/interp") }
129
or skip "no chmod", 8;
130
- skip "Not relevant on VMS or MSWin32", 8 if $^O eq 'VMS' || $^O eq 'MSWin32';
+ skip "Not relevant on VMS or MSWin32", 8 if $^O eq 'VMS' || $^O eq 'MSWin32' || $^O eq 'cygwin';
131
132
my $dir = getcwd();
133
local $ENV{PATH} = join $Config{path_sep}, map "$dir/$_", qw(usrbin bin);
0 commit comments