]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-75-RESOLVED: keep IPv6 stack enabled
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 12 Feb 2025 11:25:28 +0000 (20:25 +0900)
committerLuca Boccassi <bluca@debian.org>
Fri, 14 Feb 2025 11:54:56 +0000 (11:54 +0000)
To make the issue #36351 easily reproduced.

test/units/TEST-75-RESOLVED.sh

index dc87b1192de03eb0bf757571b7364674d8d0f107..3b59d2dec73b8ae67400779526170d1b4022c711 100755 (executable)
@@ -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"