Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f688101

Browse files
committed
Relax 2 cygwin tests with new 2.9.0
on the new appveyor windows image. There is an apparent exec-bit problem there.
1 parent bdeac9f commit f688101

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

t/porting/exec-bit.t

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ if ( $^O eq "MSWin32" ) {
2727
skip_all( "-x on MSWin32 only indicates file has executable suffix. Try Cygwin?" );
2828
}
2929

30-
if ( $^O eq "cygwin" and $ENV{APPVEYOR}) { # and $Config{osvers} =~ /^2\.9\.0/ )
30+
# observed with 2.9.0, 2.10.0
31+
if ( $^O eq "cygwin" and $ENV{APPVEYOR} and $Config{osvers} =~ /^2\.(9|1\d)\.0/ ) {
3132
# The windows image with 2.7.0 worked fine
32-
skip_all( "New cygwin on appveyor -x problems with $Config{osvers}" );
33+
skip_all( "New cygwin on appveyor -x problems" );
3334
}
3435

3536
if ( $^O eq "VMS" ) {

0 commit comments

Comments
 (0)