Require root when running the pw_delete and pw_modify test programs (pw(8)

requires it)
This commit is contained in:
Enji Cooper 2014-11-03 09:26:39 +00:00
parent b6910d7ee5
commit e5f33ae3e7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274022

View File

@ -7,6 +7,9 @@ TESTSDIR= ${TESTSBASE}/usr.sbin/pw
ATF_TESTS_SH= pw_delete pw_modify
TEST_METADATA.pw_delete+= required_user="root"
TEST_METADATA.pw_modify+= required_user="root"
FILES= group helper_functions.shin master.passwd
FILESDIR= ${TESTSDIR}