1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-29 06:50:16 +03:00

TEST-75-RESOLVED: keep IPv6 stack enabled

To make the issue #36351 easily reproduced.
This commit is contained in:
Yu Watanabe 2025-02-12 20:25:28 +09:00 committed by Luca Boccassi
parent 39da9b894f
commit 2c9d6986d8

View File

@ -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"