Index: head/tests/sys/opencrypto/Makefile =================================================================== --- head/tests/sys/opencrypto/Makefile (revision 319454) +++ head/tests/sys/opencrypto/Makefile (revision 319455) @@ -1,15 +1,17 @@ # $FreeBSD$ PACKAGE= tests TESTSDIR= ${TESTSBASE}/sys/opencrypto BINDIR= ${TESTSDIR} PLAIN_TESTS_SH= runtests -TEST_METADATA.foo+=required_programs="python" +TEST_METADATA.runtests+= required_programs="python" +TEST_METADATA.runtests+= required_user="root" + PYMODULES= cryptodev.py cryptodevh.py cryptotest.py dpkt.py ${PACKAGE}FILES+= ${PYMODULES} .include