summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-11 01:46:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:34 -0400
commit57d40773c2c299a9038985fb1f73d691a3ceef39 (patch)
tree601c6ae1651b2a04c792f960e679d41dc20a3d0a /tests/mod-fastcgi.t
parent58d557219fb1769d42fb45e54ff25d8f6a44214f (diff)
downloadlighttpd-git-57d40773c2c299a9038985fb1f73d691a3ceef39.tar.gz
[tests] _WIN32 adjustments in LightyTest.pm
separate cygwin paths from Windows native paths
Diffstat (limited to 'tests/mod-fastcgi.t')
-rwxr-xr-xtests/mod-fastcgi.t2
1 files changed, 1 insertions, 1 deletions
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} = ( <<EOF
GET /get-server-env.php?env=REMOTE_USER HTTP/1.0