mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
dtrace tests: Require perl
A number of tests use it, so just require it globally as we do with other tools. MFC after: 1 week (cherry picked from commit 66bfb4b2ee49e435152316434ae322d8f3f19d3d)
This commit is contained in:
parent
91871c5722
commit
bee9caf67c
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"
|
||||
TEST_METADATA.t_dtrace_contrib+= required_files="/usr/local/bin/ksh /usr/local/bin/perl"
|
||||
TEST_METADATA.t_dtrace_contrib+= required_user="root"
|
||||
|
||||
GENTEST?= ${.CURDIR:H:H}/tools/gentest.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue