mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
tests/sys/netgraph: Tell kyua that perl is required
Otherwise these tests fail with incomprehensible error messages.
Reviewed By: kp
Differential Revision: https://reviews.freebsd.org/D28894
(cherry picked from commit 3775ddcf5a)
This commit is contained in:
parent
3150732abb
commit
760cf46f3e
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ BINDIR= ${TESTSDIR}
|
|||
|
||||
TAP_TESTS_SH+= ng_macfilter_test
|
||||
|
||||
TEST_METADATA.runtests+= required_user="root"
|
||||
TEST_METADATA.ng_macfilter_test+= required_user="root"
|
||||
TEST_METADATA.ng_macfilter_test+= required_programs="perl"
|
||||
|
||||
MAN=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue