Commit 069b78a4 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

HAProxy has subtly changed their --version message.

parent 3690420a
......@@ -2,7 +2,7 @@ varnishtest "Basic HAproxy test"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
server s1 {
rxreq
......
......@@ -2,7 +2,7 @@ varnishtest "Basic HAproxy test (daemon mode)"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
server s1 {
rxreq
......
......@@ -2,7 +2,7 @@ varnishtest "Test -conf+backend"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
server s1 {
rxreq
......
......@@ -2,7 +2,7 @@ varnishtest "Test -conf+backend"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
haproxy h1 -conf-OK {
defaults
......
varnishtest "Exercise varnishtest syslog facility"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
server s1 {
rxreq
......
......@@ -4,7 +4,7 @@ varnishtest "haproxy tcp-mode, uds, send-proxy-v2, client ip and acl"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
server s1 {
rxreq
......
......@@ -4,7 +4,7 @@ varnishtest "haproxy tcp-mode, tcp, send-proxy-v2, client ip and acl"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {haproxy --version 2>&1 | grep -q 'HA-*Proxy version'}
server s1 {
rxreq
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment