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:
Mark Johnston 2024-01-10 15:22:14 -05:00
parent 91871c5722
commit bee9caf67c

View file

@ -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