Skip to content

Commit c0d5e99

Browse files
committed
Complete t/03-xsstatic.t intended De Morgan's law transform
1 parent a917636 commit c0d5e99

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 => "Disabled as broken perl installs give false negative"
1515
# if not static perl, and not author
16-
unless !$Config{usedl} and $ENV{AUTHOR_TESTING};
16+
unless !$Config{usedl} or $ENV{AUTHOR_TESTING};
1717
plan skip_all => "ExtUtils::CBuilder not installed or couldn't find a compiler"
1818
unless have_compiler();
1919
plan skip_all => 'Shared perl library' if $Config{useshrplib} eq 'true';

0 commit comments

Comments
 (0)