]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/ls/tests/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / bin / ls / tests / Makefile
1 # $FreeBSD$
2
3 ATF_TESTS_SH+=  ls_tests
4 # This seems like overkill, but the idea in mind is that all of the testcases
5 # should be runnable as !root
6 TEST_METADATA.ls_tests+=        required_user="unprivileged"
7 TEST_METADATA.ls_tests+=        required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort"
8
9 .include <bsd.test.mk>