Commit a3eb0de5 authored by Geoff Simmons's avatar Geoff Simmons

Fix feature check for haproxy in VTC for the tls hello example/test.

parent 8e329c2c
......@@ -4,7 +4,7 @@ varnishtest "cafe example with TLS offload"
feature ignore_unknown_macro
feature cmd {haproxy --version 2>&1 | grep -q 'HA-Proxy version'}
feature cmd {which haproxy}
# Use haproxy to forward the non-TLS request from the VTC client below to
# the Ingress TLS port.
......
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