From b9a885550166b0f725bc9681f4a5de2e7fca9f5b Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Wed, 29 Apr 2020 14:32:26 +0200 Subject: [PATCH] REGTEST: http-rules: Require PCRE or PCRE2 option to run map_redirect script Only PCRE was specified as required option to execute this script. But PCRE2 is an valid alternative. (cherry picked from commit 8aa825a35686520420ad65dcdb1219285a22c059) Signed-off-by: Willy Tarreau --- reg-tests/http-rules/map_redirect.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/http-rules/map_redirect.vtc b/reg-tests/http-rules/map_redirect.vtc index 57f83dc..9951291 100644 --- a/reg-tests/http-rules/map_redirect.vtc +++ b/reg-tests/http-rules/map_redirect.vtc @@ -1,5 +1,5 @@ varnishtest "haproxy host header: map / redirect tests" -#REQUIRE_OPTIONS=PCRE +#REQUIRE_OPTIONS=PCRE|PCRE2 feature ignore_unknown_macro #REQUIRE_VERSION=1.6 -- 1.7.10.4