diff options
| author | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-07 17:51:57 +0000 |
|---|---|---|
| committer | Jose Luis Duran <jlduran@FreeBSD.org> | 2026-01-07 17:51:57 +0000 |
| commit | 301bc149b96e54af4ebfba2822f4b7b411bb76c1 (patch) | |
| tree | 9ba04b9c36be3b02b88744ef4e819ac6ebab3f1e | |
| parent | 9fc7fe6427579f1c82a371588df6fd6af3b83dfd (diff) | |
| -rw-r--r-- | tests/sys/netpfil/pf/killstate.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sys/netpfil/pf/killstate.sh b/tests/sys/netpfil/pf/killstate.sh index dc082464b36c..f5925d715e7c 100644 --- a/tests/sys/netpfil/pf/killstate.sh +++ b/tests/sys/netpfil/pf/killstate.sh @@ -110,6 +110,7 @@ src_dst_head() { atf_set descr 'Test killing a state with source and destination specified' atf_set require.user root + atf_set require.progs python3 scapy } src_dst_body() |
