summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormOo <moo.lighttpd@gmail.com>2005-10-01 12:47:52 +0000
committermOo <moo.lighttpd@gmail.com>2005-10-01 12:47:52 +0000
commitef8f508a5fe949e9b9a3f1b9f8d20d7e585dede1 (patch)
tree52c81bd69c63e4f9b4010c0e59498c1bc3990148
parent809199f98f5208e9e33252ba0056949a90b9cbbc (diff)
downloadlighttpd-git-ef8f508a5fe949e9b9a3f1b9f8d20d7e585dede1.tar.gz
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
-rwxr-xr-xtests/mod-auth.t2
1 files changed, 1 insertions, 1 deletions
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} = ( <<EOF
GET /server-config HTTP/1.0
Host: auth-htpasswd.example.org