From: Willy Tarreau Date: Tue, 19 Nov 2024 07:05:27 +0000 (+0100) Subject: REGTESTS: remove a duplicate "option httpslog" in the defaults section X-Git-Tag: v3.1-dev14~120 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9537fe66db388844e864440b2e4d23d7ad8bfd8;p=thirdparty%2Fhaproxy.git REGTESTS: remove a duplicate "option httpslog" in the defaults section This triggers the following warning: 'option httpslog' overrides previous 'option httpslog' in 'defaults' section. --- diff --git a/reg-tests/ssl/ssl_generate_certificate.vtc b/reg-tests/ssl/ssl_generate_certificate.vtc index 0f8fe2c000..ba0b53b36c 100644 --- a/reg-tests/ssl/ssl_generate_certificate.vtc +++ b/reg-tests/ssl/ssl_generate_certificate.vtc @@ -38,7 +38,6 @@ haproxy h1 -conf { timeout connect "${HAPROXY_TEST_TIMEOUT-5s}" timeout client "${HAPROXY_TEST_TIMEOUT-5s}" timeout server "${HAPROXY_TEST_TIMEOUT-5s}" - option httpslog listen clear-lst bind "fd@${clearlst}"