]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: vars: Remove useless ssl tunes from conditional set-var test
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Mon, 20 Dec 2021 09:52:58 +0000 (10:52 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 20 Dec 2021 10:41:13 +0000 (11:41 +0100)
The global section of the cond_set_var.vtc test used some useless SSL
tunes which made the test fail on builds without SSL.

reg-tests/sample_fetches/cond_set_var.vtc

index eefee9aa648ee70d2a4bf2193d5fdb52825c5aea..67786ae0499bd101266b4f67b84d599d015a3661 100644 (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)