diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2016-05-04 23:20:53 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2016-05-04 23:20:53 +0000 |
commit | 430f7286a566b1407c7b32ce13585caf5aa59b92 (patch) | |
tree | a3a2f2051c05cb9a95c4a94f6c5bbcd7a12cdfea /usr.bin/col | |
parent | e45163b2162def698a0320716097091257c39dea (diff) | |
download | src-test2-430f7286a566b1407c7b32ce13585caf5aa59b92.tar.gz src-test2-430f7286a566b1407c7b32ce13585caf5aa59b92.zip |
Notes
Diffstat (limited to 'usr.bin/col')
-rw-r--r-- | usr.bin/col/tests/Makefile | 6 |
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> |