DynaLoader test failure on cygwin
authorYitzchak Scott-Thoennes <sthoenna@efn.org>
Sun, 7 Jan 2007 11:56:21 +0000 (03:56 -0800)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 7 Jan 2007 23:08:04 +0000 (23:08 +0000)
From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>

p4raw-id: //depot/perl@29707

ext/DynaLoader/t/DynaLoader.t

index b97fc60..9cdc209 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|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