From 7258624e51b4bdb1b79f19f6c31ca7814cabcee1 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 5 Apr 2022 18:09:11 -0400 Subject: [tests] able to run tests when built w/o pcre perl test framework now runs most tests even when lighttpd has been built without pcre support, though some tests which rely on regex are skipped (tests/core-condition.t) --- tests/request.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/request.t') diff --git a/tests/request.t b/tests/request.t index 68829d5b..b25f4f96 100755 --- a/tests/request.t +++ b/tests/request.t @@ -1510,7 +1510,7 @@ Accept-Encoding: bzip2, gzip, deflate Host: deflate-cache.example.org EOF ); -$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, '+Vary' => '', 'Content-Encoding' => 'gzip', 'Content-Type' => "text/plain; charset=utf-8" } ]; +$t->{RESPONSE} = [ { 'HTTP-Protocol' => 'HTTP/1.0', 'HTTP-Status' => 200, '+Vary' => '', 'Content-Encoding' => 'gzip', 'Content-Type' => "text/plain" } ]; ok($tf->handle_http($t) == 0, 'bzip2 requested but disabled'); -- cgit v1.2.1