diff options
| author | Olivier Cochard <olivier@FreeBSD.org> | 2026-03-25 15:47:44 +0000 |
|---|---|---|
| committer | Olivier Cochard <olivier@FreeBSD.org> | 2026-03-25 15:55:57 +0000 |
| commit | 648d0fefd7573080b01d44cad8c39ad658f8e44f (patch) | |
| tree | bf09970096b037a12925d8193ea04482958d5fdc /tests/sys | |
| parent | 6900d8b5c3874814be4fed7ef2f6d124ebc9a920 (diff) | |
Diffstat (limited to 'tests/sys')
| -rw-r--r-- | tests/sys/netpfil/common/utils.subr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/netpfil/common/utils.subr b/tests/sys/netpfil/common/utils.subr index 8f298960bef5..8885495cec11 100644 --- a/tests/sys/netpfil/common/utils.subr +++ b/tests/sys/netpfil/common/utils.subr @@ -88,7 +88,7 @@ firewall_init() if ! kldstat -q -m ipfw; then atf_skip "This test requires ipfw" elif [ $(sysctl -n net.inet.ip.fw.default_to_accept) -ne 1 ]; then - atf_fail "ipfw tests require net.inet.ip.fw.default_to_accept=1 tunable" + atf_skip "ipfw tests require net.inet.ip.fw.default_to_accept=1 tunable" fi elif [ ${firewall} == "pf" ]; then if [ ! -c /dev/pf ]; then |
