]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REGTESTS: fix quoting in feature cmd which prevents test execution
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Feb 2026 17:27:14 +0000 (18:27 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 17 Feb 2026 17:31:29 +0000 (18:31 +0100)
Remove extra quote in feature cmd used to test SSL compatibility with
set_ssl_cafile QUIC regtest. Due to this syntax error, the test was
never executed.

No need to backport.

reg-tests/quic/set_ssl_cafile.vtc

index 23dddb6673c6f0ee7b34af9f2b18f1a540392537..7342caca8b26e3c9b7988fba2460ef709d8c9f02 100644 (file)
@@ -15,7 +15,7 @@
 # - Check that you have socat
 
 varnishtest "Test the 'set ssl ca-file' feature of the CLI"
-feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT) && !feature(OPENSSL_WOLFSSL)' && !feature(OPENSSL_AWSLC)'"
+feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT) && !feature(OPENSSL_WOLFSSL) && !feature(OPENSSL_AWSLC)'"
 
 feature cmd "command -v socat"