b2d48be1bc
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
10 lines
304 B
Makefile
10 lines
304 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|
|
TEST_METADATA.ls_tests+= required_files="/usr/bin/awk /usr/bin/nc /usr/bin/sort"
|
|
|
|
.include <bsd.test.mk>
|