Skip to content

Commit e09f952

Browse files
committed
Skip static XS tests on Cygwin as is similar to Win32
1 parent 6ca8794 commit e09f952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/03-xsstatic.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
1515
unless have_compiler();
1616
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'define';
1717
plan skip_all => 'MSWin32' if $^O eq 'MSWin32';
18+
plan skip_all => 'Cygwin' if $^O eq 'cygwin';
1819
my @tests = list_static();
1920
plan skip_all => "No tests" unless @tests;
2021
plan tests => 6 * @tests;

0 commit comments

Comments
 (0)