From 57d40773c2c299a9038985fb1f73d691a3ceef39 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 11 Jan 2022 01:46:59 -0500 Subject: [tests] _WIN32 adjustments in LightyTest.pm separate cygwin paths from Windows native paths --- tests/mod-fastcgi.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mod-fastcgi.t') diff --git a/tests/mod-fastcgi.t b/tests/mod-fastcgi.t index 25016e60..c225bfb4 100755 --- a/tests/mod-fastcgi.t +++ b/tests/mod-fastcgi.t @@ -79,7 +79,7 @@ EOF ok($tf->handle_http($t) == 0, 'FastCGI + bin-copy-environment'); SKIP: { - skip "no crypt-des under openbsd", 2 if $^O eq 'openbsd'; + skip "no crypt-des under openbsd or MS Visual Studio", 2 if $^O eq 'openbsd' || $tf->{'win32native'}; $t->{REQUEST} = ( <