1259210Sjmmv# $FreeBSD: stable/10/bin/test/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
2259210Sjmmv
3259210Sjmmv.include <bsd.own.mk>
4259210Sjmmv
5259210SjmmvTAP_TESTS_SH=	legacy_test
6262951Sjmmv# Some tests in here are silently not run when the tests are executed as
7262951Sjmmv# root.  Explicitly tell Kyua to drop privileges.
8262951Sjmmv#
9262951Sjmmv# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
10262951Sjmmv# requested.  See https://code.google.com/p/kyua/issues/detail?id=6
11262951SjmmvTEST_METADATA.legacy_test+= required_user="unprivileged"
12259210Sjmmv
13264483Sjmmv.include <bsd.test.mk>
14