From 2bcb73cdb80d58ea4bd501b9337d5e1ad70cd28f Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 4 Dec 2015 20:11:33 +0000 Subject: [PATCH] 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 --- tests/mod-auth.t | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mod-auth.t b/tests/mod-auth.t index e070df10..576ee4eb 100755 --- a/tests/mod-auth.t +++ b/tests/mod-auth.t @@ -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} = ( <