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.
This commit is contained in:
Frédéric Lécaille 2018-12-20 09:55:42 +01:00 committed by Christopher Faulet
parent a3b4cbff7b
commit 3b3a883171
1 changed files with 1 additions and 1 deletions

View File

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