From f542941f71a18f44e9577378608160bee20f38c6 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Thu, 30 Sep 2021 18:45:18 +0200 Subject: [PATCH] REGTESTS: ssl: wrong feature cmd in show_ssl_ocspresponse.vtc The "feature cmd" needs to be separated in 2 parts to check the openssl command. --- reg-tests/ssl/show_ssl_ocspresponse.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/ssl/show_ssl_ocspresponse.vtc b/reg-tests/ssl/show_ssl_ocspresponse.vtc index 86cbc8d624..3809366ab7 100644 --- a/reg-tests/ssl/show_ssl_ocspresponse.vtc +++ b/reg-tests/ssl/show_ssl_ocspresponse.vtc @@ -22,7 +22,7 @@ varnishtest "Test the 'show ssl ocsp-response' and 'show ssl cert foo.pem.ocsp' features of the CLI" feature cmd "$HAPROXY_PROGRAM -cc 'version_atleast(2.5-dev0)'" feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)'" -feature cmd "command -v socat openssl" +feature cmd "command -v socat && command -v openssl" feature ignore_unknown_macro haproxy h1 -conf { -- 2.47.3