mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
dtrace tests: Avoid hard-coding paths to required programs
MFC after: 1 week Sponsored by: Innovate UK (cherry picked from commit 6e6a67e98652e1477973d031b27ce085d7f200c2)
This commit is contained in:
parent
89073e0ad4
commit
9c60e4e4e7
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_files="/usr/local/bin/ksh /usr/local/bin/jq /usr/local/bin/perl /usr/local/bin/xmllint"
|
||||
TEST_METADATA.t_dtrace_contrib+= required_progs="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