From 9b9823b377c5c5a96f0ea63a960216dae1ce3b02 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 5 Jun 2025 13:28:58 +0200 Subject: [PATCH] test: fix 015-ipv6 test to skip when IPv6 is disabled --- test/simulation/015-ipv6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/simulation/015-ipv6 b/test/simulation/015-ipv6 index bca008d8..3e220cec 100755 --- a/test/simulation/015-ipv6 +++ b/test/simulation/015-ipv6 @@ -4,6 +4,8 @@ test_start "IPv6 addressing" +check_config_h 'FEAT_IPV6 1' || test_skip + ip_family=6 run_test || test_fail -- 2.47.2