summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2020-03-06 11:13:57 +0100
committerMarc Hoersken <info@marc-hoersken.de>2020-03-07 11:02:43 +0100
commit99c688ba215aeee10a65b998a6f15e984e100ff8 (patch)
tree92f6e1d3799e8eea7bc9d17b8ed22d3eb0e76214 /tests
parentc0780e4a92ae02592efc37bba953737c933d1c67 (diff)
downloadgnurl-99c688ba215aeee10a65b998a6f15e984e100ff8.tar.gz
gnurl-99c688ba215aeee10a65b998a6f15e984e100ff8.tar.bz2
gnurl-99c688ba215aeee10a65b998a6f15e984e100ff8.zip
perl: align order and completeness of Windows OS checks
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 69722fb36..fce53571a 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -173,7 +173,7 @@ if ($^O eq 'MSWin32' || $targetos) {
}
}
-if (($^O eq 'MSWin32' || $^O eq 'msys') &&
+if (($^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'msys') &&
($targetos =~ /vc/ || $targetos =~ /mingw32/ ||
$targetos =~ /borland/ || $targetos =~ /watcom/)) {