]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: fix chronyc test with disabled IPv6 support
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 21 Sep 2021 13:42:07 +0000 (15:42 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 23 Sep 2021 12:48:59 +0000 (14:48 +0200)
test/compilation/003-sanitizers
test/simulation/110-chronyc

index d2c06460236c60b9e982397d7d71a4b9f85b5637..4648a646c5c6434d728a9c14a672a4e1fc93d4d8 100755 (executable)
@@ -33,6 +33,7 @@ for CC in gcc clang; do
 
     for extra_config_opts in \
       "--all-privops" \
+      "--disable-ipv6" \
       "--disable-scfilter" \
       "--without-gnutls" \
       "--without-nettle" \
index e6253280ff5672b9fcddd1b17afd336623be6656..96c65031974d5bd51d6cfcb8991cebdf75df9e5e 100755 (executable)
@@ -109,9 +109,7 @@ for chronyc_conf in \
        "allow 3.4.5" \
        "allow 6.7.8/22" \
        "allow 6.7.8.9/22" \
-       "allow 2001:db8::/32" \
        "allow 0/0" \
-       "allow ::/0" \
        "allow" \
        "allow all 10/24" \
        "authdata" \