From: Guenter Knauf Date: Tue, 10 Aug 2010 05:10:57 +0000 (+0200) Subject: Added msys Perl since git for Win32 comes with own Perl which identifies as msys. X-Git-Tag: curl-7_21_1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff26895b5c40c9e0d50122bcbb12368dbb627139;p=curl Added msys Perl since git for Win32 comes with own Perl which identifies as msys. --- diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 733f0ea2f..12b64afdb 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -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/)) {