]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
reg-tests/ssl/ssl_dh.vtc: fix syntax error
authorIlia Shipitsin <chipitsine@gmail.com>
Wed, 22 Apr 2026 06:38:09 +0000 (08:38 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 22 Apr 2026 13:18:22 +0000 (15:18 +0200)
diag  0.0 sh: -c: line 0: syntax error near unexpected token `wolfSSL'

reg-tests/ssl/ssl_dh.vtc

index 29dbaf0718ad5a82c8dd79a089d20936faf8db52..14f3e541a5fd7be34983ffaaa4fd414bbce2b8ba 100644 (file)
@@ -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