From: Steve Peters Date: Mon, 13 Nov 2006 02:23:29 +0000 (+0000) Subject: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=267f5f64315a4965dfc8a2d7ffdf3d10d3d1566c;p=p5sagit%2Fp5-mst-13.2.git The DynaLoader test isn't happy with OpenBSD's libc.so.39.3. p4raw-id: //depot/perl@29253 --- diff --git a/ext/DynaLoader/t/DynaLoader.t b/ext/DynaLoader/t/DynaLoader.t index c710e3a..b97fc60 100644 --- a/ext/DynaLoader/t/DynaLoader.t +++ b/ext/DynaLoader/t/DynaLoader.t @@ -89,7 +89,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)/i; + if $^O =~ /(win32|vms|openbsd)/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