From: Frédéric Lécaille Date: Thu, 20 Dec 2018 08:55:42 +0000 (+0100) Subject: REGTEST: Fix a typo about barrier type. X-Git-Tag: v2.0-dev0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b3a883171063be0fea511d38cf3ddfe16571983;p=thirdparty%2Fhaproxy.git REGTEST: Fix a typo about barrier type. Fix a typo, furthermore there is no reason to use a barrier with "sock" as type which are more varnish cache specific: used to synchronize the VCL. --- diff --git a/reg-tests/checks/s00000.vtc b/reg-tests/checks/s00000.vtc index 35d0a988e1..0aae83a5d4 100644 --- a/reg-tests/checks/s00000.vtc +++ b/reg-tests/checks/s00000.vtc @@ -18,7 +18,7 @@ feature ignore_unknown_macro # before enabling the servers. # Cyclic barrier to synchonize the CLI with the syslog servers -barrier b1 sock 5 -cyclic +barrier b1 cond 5 -cyclic # These servers are there only for the health-check test. server s1 {