From ef8f508a5fe949e9b9a3f1b9f8d20d7e585dede1 Mon Sep 17 00:00:00 2001 From: mOo Date: Sat, 1 Oct 2005 12:47:52 +0000 Subject: [PATCH] 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 --- tests/mod-auth.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} = ( <