From: Yitzchak Scott-Thoennes Date: Sun, 7 Jan 2007 11:56:21 +0000 (-0800) Subject: DynaLoader test failure on cygwin X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d53b420d8e0e4f75c003bddd61a32105d179ab71;p=p5sagit%2Fp5-mst-13.2.git DynaLoader test failure on cygwin From: "Yitzchak Scott-Thoennes" Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31> p4raw-id: //depot/perl@29707 --- diff --git a/ext/DynaLoader/t/DynaLoader.t b/ext/DynaLoader/t/DynaLoader.t index b97fc60..9cdc209 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|openbsd)/i; + if $^O =~ /(win32|vms|openbsd|cygwin)/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