Skip to content

Commit 2f94f61

Browse files
committed
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.
1 parent 18a7895 commit 2f94f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reg-tests/quic/set_ssl_cafile.vtc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# - Check that you have socat
1616

1717
varnishtest "Test the 'set ssl ca-file' feature of the CLI"
18-
feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT) && !feature(OPENSSL_WOLFSSL)' && !feature(OPENSSL_AWSLC)'"
18+
feature cmd "$HAPROXY_PROGRAM -cc 'feature(QUIC) && !feature(QUIC_OPENSSL_COMPAT) && !feature(OPENSSL_WOLFSSL) && !feature(OPENSSL_AWSLC)'"
1919

2020
feature cmd "command -v socat"
2121

0 commit comments

Comments
 (0)