summaryrefslogtreecommitdiffstats
path: root/bin/ls/tests/Makefile
blob: 2c3045b5cc107717331d399ab4945851f30f5ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}

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>
OpenPOWER on IntegriCloud