diff --git a/tests/mod-auth.t b/tests/mod-auth.t index 4c3c727d..f9017b2e 100755 --- a/tests/mod-auth.t +++ b/tests/mod-auth.t @@ -49,7 +49,7 @@ $t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200 } ]; ok($tf->handle_http($t) == 0, 'Basic-Auth: Valid Auth-token - htpasswd (des)'); SKIP: { - skip "no md5 for crypt under cygwin", 1 if $^O == 'cygwin'; + skip "no md5 for crypt under cygwin", 1 if $^O eq 'cygwin'; $t->{REQUEST} = ( <