Deleted Added
sdiff udiff text old ( 288678 ) new ( 289172 )
full compact
1# $FreeBSD: head/bin/ls/tests/Makefile 289172 2015-10-12 08:16:03Z ngie $
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>