This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Skip dynaloader test on Bitrig like we do for OpenBSD
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 22 Aug 2013 18:04:47 +0000 (19:04 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Thu, 22 Aug 2013 18:04:47 +0000 (19:04 +0100)
ext/DynaLoader/t/DynaLoader.t

index 636993e..1aa8c4e 100644 (file)
@@ -112,7 +112,7 @@ SKIP: {
     # (not at least by that name) that the dl_findfile()
     # could find.
     skip "dl_findfile test not appropriate on $^O", 1
-       if $^O =~ /(win32|vms|openbsd|cygwin|vos)/i;
+       if $^O =~ /(win32|vms|openbsd|bitrig|cygwin|vos)/i;
     # Play safe and only try this test if this system
     # looks pretty much Unix-like.
     skip "dl_findfile test not appropriate on $^O", 1