mod-auth.t: no crypt md5 for darwin

Darwin's crypt does not support the '$...' extensions.

Signed-off-by: Kyle J. McKay

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3056 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.38
Kyle J. McKay 8 years ago committed by Stefan Bühler
parent b9c14b24dd
commit 2bcb73cdb8

@ -86,6 +86,7 @@ ok($tf->handle_http($t) == 0, 'Basic-Auth: Valid Auth-token - htpasswd (sha, wro
SKIP: {
skip "no md5 for crypt under cygwin", 1 if $^O eq 'cygwin';
skip "no md5 for crypt under darwin", 1 if $^O eq 'darwin';
$t->{REQUEST} = ( <<EOF
GET /server-config HTTP/1.0
Host: auth-htpasswd.example.org

Loading…
Cancel
Save