kill warning for string compare introduced by last changeset
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@772 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
parent
809199f98f
commit
ef8f508a5f
|
@ -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} = ( <<EOF
|
||||
GET /server-config HTTP/1.0
|
||||
Host: auth-htpasswd.example.org
|
||||
|
|
Loading…
Reference in New Issue