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.
This commit is contained in:
Remi Tricot-Le Breton 2021-12-20 10:52:58 +01:00 committed by William Lallemand
parent dbef985b74
commit 66545c9321

View File

@ -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)