From: Christopher Faulet Date: Fri, 17 Feb 2023 14:27:10 +0000 (+0100) Subject: REGTESTS: Remove unsupported feature command in http_splicing.vtc X-Git-Tag: v2.8-dev5~193 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91fe0bc77ae7f410397f0259cba7ecc769b37992;p=thirdparty%2Fhaproxy.git REGTESTS: Remove unsupported feature command in http_splicing.vtc 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. --- diff --git a/reg-tests/http-messaging/http_splicing.vtc b/reg-tests/http-messaging/http_splicing.vtc index c76ebf3160..2456cdd2a9 100644 --- a/reg-tests/http-messaging/http_splicing.vtc +++ b/reg-tests/http-messaging/http_splicing.vtc @@ -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