aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-10 07:10:57 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-10 07:10:57 +0200
commitff26895b5c40c9e0d50122bcbb12368dbb627139 (patch)
tree921cdac6e227937df970d4e9a7c6d5fefd962c5a /tests
parentd7134036b2d535323c476a1bec6aa16d207440fd (diff)
Added msys Perl since git for Win32 comes with own Perl which identifies as msys.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/testcurl.pl2
1 files changed, 1 insertions, 1 deletions
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/)) {