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 d031774 commit 45a6a79Copy full SHA for 45a6a79
t/03-xsstatic.t
@@ -14,7 +14,7 @@ use Test::More;
14
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
15
unless have_compiler();
16
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'define';
17
-plan skip_all => $^O if $^O =~ m!^(MSWin32|cygwin|haiku)!;
+plan skip_all => $^O if $^O =~ m!^(MSWin32|cygwin|haiku)$!;
18
my @tests = list_static();
19
plan skip_all => "No tests" unless @tests;
20
plan tests => 6 * @tests;
0 commit comments