summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2007-01-07 03:56:21 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-01-07 23:08:04 +0000
commitd53b420d8e0e4f75c003bddd61a32105d179ab71 (patch)
tree4ebd7db59f10982c859574a57688b248f9e9d303
parent00c0e1ee57fe86089ee3a3ed6f81554b21786f43 (diff)
downloadperl-d53b420d8e0e4f75c003bddd61a32105d179ab71.tar.gz
DynaLoader test failure on cygwin
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
-rw-r--r--ext/DynaLoader/t/DynaLoader.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/t/DynaLoader.t b/ext/DynaLoader/t/DynaLoader.t
index b97fc603a9..9cdc209907 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