]> git.ipfire.org Git - thirdparty/squid.git/commit
squid-conf-tests: Ignore tests with mismatching autoconf macro (#1648)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Mon, 19 Feb 2024 11:09:23 +0000 (11:09 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 20 Feb 2024 02:38:40 +0000 (02:38 +0000)
commit4096e378d8ec0816652900276ba0c71e1a53693c
treeb5c0f181b4a8c06ae7cdf9f072f3ae77beefd379
parentbf2e100a4d4e5beae21869095438da3809cd4773
squid-conf-tests: Ignore tests with mismatching autoconf macro (#1648)

The 'skip-unless-autoconf-defines' directive should be able to
distinguish autoconf macro values, such as '0' (not defined) from '1'
(defined) ones.  For example, --disable-ipv6 configuration option
defines USE_IPV6 as '0'. This change allows IPv6 tests activation,
addressing a TODO.
test-suite/squidconf/bad-acl-src-dupe.conf
test-suite/squidconf/bad-acl-src-dupe.conf.instructions
test-suite/test-squid-conf.sh