summaryrefslogtreecommitdiff
path: root/lib/File/Find/find.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/File/Find/find.t')
-rwxr-xr-xlib/File/Find/find.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Find/find.t b/lib/File/Find/find.t
index cdd9290770..e82aefd5e2 100755
--- a/lib/File/Find/find.t
+++ b/lib/File/Find/find.t
@@ -20,7 +20,7 @@ else { print "1..78\n"; }
use File::Find;
use File::Spec;
-if ($^O eq 'MSWin32')
+if ($^O eq 'MSWin32' || $^O eq 'cygwin')
{
# This is a hack - at present File::Find does not produce native names on Win32
# So force File::Spec to use Unix names.