tests: require ksh93 in the Kyuafiles for all atf-ksh93 test programs

This commit is contained in:
Alan Somers 2018-02-24 15:13:20 +00:00
parent 6cd04bcd8e
commit b8f7774edf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=329909

View File

@ -88,6 +88,7 @@ _TESTS+= ${ATF_TESTS_KSH93}
.for _T in ${ATF_TESTS_KSH93}
SCRIPTSDIR_${_T}= ${TESTSDIR}
TEST_INTERFACE.${_T}= atf
TEST_METADATA.${_T}+= required_programs="ksh93"
CLEANFILES+= ${_T} ${_T}.tmp
# TODO(jmmv): It seems to me that this SED and SRC functionality should
# exist in bsd.prog.mk along the support for SCRIPTS. Move it there if