The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
Steve Peters [Mon, 13 Nov 2006 02:23:29 +0000 (02:23 +0000)]
p4raw-id: //depot/perl@29253

ext/DynaLoader/t/DynaLoader.t

index c710e3a..b97fc60 100644 (file)
@@ -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