mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
12 lines
396 B
Makefile
12 lines
396 B
Makefile
.include <bsd.own.mk>
|
|
|
|
TAP_TESTS_SH= legacy_test
|
|
# Some tests in here are silently not run when the tests are executed as
|
|
# root. Explicitly tell Kyua to drop privileges.
|
|
#
|
|
# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
|
|
# requested. See https://code.google.com/p/kyua/issues/detail?id=6
|
|
TEST_METADATA.legacy_test+= required_user="unprivileged"
|
|
|
|
.include <bsd.test.mk>
|