mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
dtrace tests: Fix the ATF config variable name
Fixes: 6e6a67e98652 ("dtrace tests: Avoid hard-coding paths to required programs")
Sponsored by: Innovate UK
(cherry picked from commit fed08c59b7bf2cb4d05bacadadde2dcef4dc6c46)
This commit is contained in:
parent
9c60e4e4e7
commit
b4da6ed899
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