1113229Smdodd# $FreeBSD$
2113229Smdodd
3113229Smdodd.include <bsd.own.mk>
4113229Smdodd
5234851SbaptTAP_TESTS_SH=	legacy_test
6232862Skib# Some tests in here are silently not run when the tests are executed as
7232862Skib# root.  Explicitly tell Kyua to drop privileges.
8232862Skib#
9232862Skib# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
10232862Skib# requested.  See https://code.google.com/p/kyua/issues/detail?id=6
11234851SbaptTEST_METADATA.legacy_test+= required_user="unprivileged"
12232862Skib
13232862Skib.include <bsd.test.mk>
14113229Smdodd