From: Jarkko Hietaniemi Date: Thu, 21 Jun 2001 12:27:48 +0000 (+0000) Subject: Just a guess that using the same hack for cygwin as X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c00330f1da4c399b60290728912d273d8459ad00;p=p5sagit%2Fp5-mst-13.2.git Just a guess that using the same hack for cygwin as for win32 might help. p4raw-id: //depot/perl@10776 --- diff --git a/lib/File/Find/find.t b/lib/File/Find/find.t index cdd9290..e82aefd 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.