2015-09-28 03:36:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-06-14 20:52:52 +00:00
|
|
|
ATF_TESTS_SH+= ls_tests
|
|
|
|
# This seems like overkill, but the idea in mind is that all of the testcases
|
|
|
|
# should be runnable as !root
|
|
|
|
TEST_METADATA.ls_tests+= required_user="unprivileged"
|
2015-10-05 00:33:57 +00:00
|
|
|
TEST_METADATA.ls_tests+= required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort"
|
2015-06-14 20:52:52 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|