mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
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.
This commit is contained in:
parent
9df910c7f3
commit
8aa825a356
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue