]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: Remove unsupported feature command in http_splicing.vtc
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Feb 2023 14:27:10 +0000 (15:27 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Feb 2023 14:27:11 +0000 (15:27 +0100)
A feature command was added to detect if infinite forward is disabled to be
able to skip the script. Unfortunately, it is no supported to evaluate such
expression. Thus remove it. For now, reg-tests must not be executed with
"-dF" option.

reg-tests/http-messaging/http_splicing.vtc

index c76ebf31602caf8dacef3187f3ec7aaadce07f4b..2456cdd2a98ffcd5fff6ca966cca383f9fb8dec9 100644 (file)
@@ -4,7 +4,6 @@ varnishtest "A test to validate h1 splicing support"
 
 feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.6-dev0)'"
 feature cmd "$HAPROXY_PROGRAM -cc 'feature(LINUX_SPLICE)'"
-feature cmd "$HAPROXY_PROGRAM -cc '!(globa.tune & GTUNE_NO_FAST_FWD)'"
 feature ignore_unknown_macro
 
 #REGTEST_TYPE=slow