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:
Xuefer 2005-10-01 12:47:52 +00:00
parent 809199f98f
commit ef8f508a5f
1 changed files with 1 additions and 1 deletions

View File

@ -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