Skip to content

Commit 0a2bee0

Browse files
committed
Correctly skip static linking test on shrplib perls
1 parent 45a6a79 commit 0a2bee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/03-xsstatic.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Test::More;
1313

1414
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
1515
unless have_compiler();
16-
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'define';
16+
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'true';
1717
plan skip_all => $^O if $^O =~ m!^(MSWin32|cygwin|haiku)$!;
1818
my @tests = list_static();
1919
plan skip_all => "No tests" unless @tests;

0 commit comments

Comments
 (0)