mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
dtrace tests: Fix the ATF config variable name
Fixes: 6e6a67e986 ("dtrace tests: Avoid hard-coding paths to required programs")
Sponsored by: Innovate UK
This commit is contained in:
parent
ba9cff7aa2
commit
fed08c59b7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ ${TESTGROUP}EXEPACKAGE= ${PACKAGE}
|
|||
|
||||
TESTWRAPPER= t_dtrace_contrib
|
||||
ATF_TESTS_SH+= ${TESTWRAPPER}
|
||||
TEST_METADATA.t_dtrace_contrib+= required_progs="ksh jq perl xmllint"
|
||||
TEST_METADATA.t_dtrace_contrib+= required_programs="ksh jq perl xmllint"
|
||||
TEST_METADATA.t_dtrace_contrib+= required_user="root"
|
||||
|
||||
GENTEST?= ${.CURDIR:H:H}/tools/gentest.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue