From: William Lallemand Date: Wed, 17 Nov 2021 01:49:16 +0000 (+0100) Subject: REGTESTS: ssl_crt-list_filters: feature cmd incorrectly set X-Git-Tag: v2.5-dev15~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed9f48e231bf585d3e902644ddd77dc252554bbf;p=thirdparty%2Fhaproxy.git REGTESTS: ssl_crt-list_filters: feature cmd incorrectly set The feature cmd was incorrectly set to: feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && 'openssl_version_atleast(1.1.1)'" Which was incorrect since the quotes must surrendered the -cc argument. Also the test requires openssl and does not work with libressl. --- diff --git a/reg-tests/ssl/ssl_crt-list_filters.vtc b/reg-tests/ssl/ssl_crt-list_filters.vtc index b945de082d..483531d70f 100644 --- a/reg-tests/ssl/ssl_crt-list_filters.vtc +++ b/reg-tests/ssl/ssl_crt-list_filters.vtc @@ -1,6 +1,6 @@ #REGTEST_TYPE=bug varnishtest "Test for the bug #810 and #818" -feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL)' && 'openssl_version_atleast(1.1.1)'" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && ssllib_name_startswith(OpenSSL) && openssl_version_atleast(1.1.1)'" # This test checks if the multiple certificate types works correctly with the # SNI, and that the negative filters are correctly excluded