1.include <bsd.own.mk> 2 3TAP_TESTS_SH= legacy_test 4# Some tests in here are silently not run when the tests are executed as 5# root. Explicitly tell Kyua to drop privileges. 6# 7# TODO(jmmv): Kyua needs to do this by default, not only when explicitly 8# requested. See https://code.google.com/p/kyua/issues/detail?id=6 9TEST_METADATA.legacy_test+= required_user="unprivileged" 10 11.include <bsd.test.mk> 12