mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-14 03:22:06 +01:00
REGTESTS: fix quoting in feature cmd which prevents test execution
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.
This commit is contained in:
parent
18a78956cb
commit
2f94f61c31
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user