2015-09-28 03:36:15 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-06-14 20:52:52 +00:00
|
|
|
TESTSDIR= ${TESTSBASE}/bin/ls
|
|
|
|
|
|
|
|
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-09-28 03:36:15 +00:00
|
|
|
TEST_METADATA.ls_tests+= required_files="/usr/bin/nc"
|
2015-06-14 20:52:52 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|