From d53b420d8e0e4f75c003bddd61a32105d179ab71 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Sun, 7 Jan 2007 03:56:21 -0800 Subject: [PATCH] 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 --- ext/DynaLoader/t/DynaLoader.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4