From: Ilia Shipitsin Date: Wed, 22 Apr 2026 06:38:09 +0000 (+0200) Subject: reg-tests/ssl/ssl_dh.vtc: fix syntax error X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bf6644634eb8e424ff2512d783933ae9c9c72b41;p=thirdparty%2Fhaproxy.git reg-tests/ssl/ssl_dh.vtc: fix syntax error diag 0.0 sh: -c: line 0: syntax error near unexpected token `wolfSSL' --- diff --git a/reg-tests/ssl/ssl_dh.vtc b/reg-tests/ssl/ssl_dh.vtc index 29dbaf071..14f3e541a 100644 --- a/reg-tests/ssl/ssl_dh.vtc +++ b/reg-tests/ssl/ssl_dh.vtc @@ -19,7 +19,7 @@ varnishtest "Test the DH related SSL options" # AWS-LC does not support any FFDH ciphersuites -feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC)' && !ssllib_name_startswith(wolfSSL)'" +feature cmd "$HAPROXY_PROGRAM -cc 'feature(OPENSSL) && !ssllib_name_startswith(AWS-LC) && !ssllib_name_startswith(wolfSSL)'" feature cmd "command -v openssl && command -v grep && command -v socat" feature ignore_unknown_macro