From: Yu Watanabe Date: Wed, 12 Feb 2025 11:25:28 +0000 (+0900) Subject: TEST-75-RESOLVED: keep IPv6 stack enabled X-Git-Tag: v258-rc1~1338^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c9d6986d8f285bd12034f5c023754864af11e51;p=thirdparty%2Fsystemd.git TEST-75-RESOLVED: keep IPv6 stack enabled To make the issue #36351 easily reproduced. --- diff --git a/test/units/TEST-75-RESOLVED.sh b/test/units/TEST-75-RESOLVED.sh index dc87b1192de..3b59d2dec73 100755 --- a/test/units/TEST-75-RESOLVED.sh +++ b/test/units/TEST-75-RESOLVED.sh @@ -1109,8 +1109,6 @@ testcase_14_refuse_record_types() { fi ln -svf /run/systemd/resolve/stub-resolv.conf /etc/resolv.conf systemctl reload systemd-resolved.service - # disable_ipv6 is necessary do refuse AAAA - disable_ipv6 run dig localhost -t AAAA grep -qF "status: REFUSED" "$RUN_OUT"