From 99c688ba215aeee10a65b998a6f15e984e100ff8 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Fri, 6 Mar 2020 11:13:57 +0100 Subject: perl: align order and completeness of Windows OS checks --- tests/testcurl.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testcurl.pl') 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/)) { -- cgit v1.2.3