]> granicus.if.org Git - curl/commitdiff
Added msys Perl since git for Win32 comes with own Perl which identifies as msys.
authorGuenter Knauf <lists@gknw.net>
Tue, 10 Aug 2010 05:10:57 +0000 (07:10 +0200)
committerGuenter Knauf <lists@gknw.net>
Tue, 10 Aug 2010 05:10:57 +0000 (07:10 +0200)
tests/testcurl.pl

index 733f0ea2f298d5e21a3d98bcf97cd87908b7a090..12b64afdbe52c0ec7951b38f6089c2034afb1ac4 100755 (executable)
@@ -162,7 +162,7 @@ if ($^O eq 'MSWin32' || $targetos) {
   }
 }
 
-if (($^O eq 'MSWin32') &&
+if (($^O eq 'MSWin32' || $^O eq 'msys') &&
     ($targetos =~ /vc/ || $targetos =~ /mingw32/ ||
      $targetos =~ /borland/ || $targetos =~ /watcom/)) {