summaryrefslogtreecommitdiff
path: root/usr.bin/col
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2016-05-04 23:20:53 +0000
committerEnji Cooper <ngie@FreeBSD.org>2016-05-04 23:20:53 +0000
commit430f7286a566b1407c7b32ce13585caf5aa59b92 (patch)
treea3a2f2051c05cb9a95c4a94f6c5bbcd7a12cdfea /usr.bin/col
parente45163b2162def698a0320716097091257c39dea (diff)
downloadsrc-test2-430f7286a566b1407c7b32ce13585caf5aa59b92.tar.gz
src-test2-430f7286a566b1407c7b32ce13585caf5aa59b92.zip
Notes
Diffstat (limited to 'usr.bin/col')
-rw-r--r--usr.bin/col/tests/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/col/tests/Makefile b/usr.bin/col/tests/Makefile
index b9fc67b1b2d1..43ae05b3dbcd 100644
--- a/usr.bin/col/tests/Makefile
+++ b/usr.bin/col/tests/Makefile
@@ -1,13 +1,11 @@
# $FreeBSD$
PACKAGE= tests
-FILESGROUPS= TESTS
-TESTSPACKAGE= ${PACKAGE}
ATF_TESTS_SH= col
-FILES= rlf.in \
+${PACKAGE}FILES+= \
+ rlf.in \
rlf2.in
-FILESDIR= ${TESTSDIR}
.include <bsd.test.mk>