From: Remi Tricot-Le Breton Date: Mon, 20 Dec 2021 09:52:58 +0000 (+0100) Subject: REGTESTS: vars: Remove useless ssl tunes from conditional set-var test X-Git-Tag: v2.6-dev1~256 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66545c932151a6ae1ed632c63b1ac28051979eed;p=thirdparty%2Fhaproxy.git REGTESTS: vars: Remove useless ssl tunes from conditional set-var test The global section of the cond_set_var.vtc test used some useless SSL tunes which made the test fail on builds without SSL. --- diff --git a/reg-tests/sample_fetches/cond_set_var.vtc b/reg-tests/sample_fetches/cond_set_var.vtc index eefee9aa64..67786ae049 100644 --- a/reg-tests/sample_fetches/cond_set_var.vtc +++ b/reg-tests/sample_fetches/cond_set_var.vtc @@ -29,8 +29,6 @@ server s1 -repeat 10 { haproxy h1 -conf { global - tune.ssl.default-dh-param 2048 - tune.ssl.capture-buffer-size 1 set-var proc.int12 int(12) set-var proc.int5 var(proc.str60,60),div(proc.int12)