mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-14 20:10:32 -04:00
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:
parent
dbef985b74
commit
66545c9321
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue