1# $FreeBSD$ 2 3ATF_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 6TEST_METADATA.ls_tests+= required_user="unprivileged" 7TEST_METADATA.ls_tests+= required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort" 8 9.include <bsd.test.mk> 10