summaryrefslogtreecommitdiff
path: root/bin/cat
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-01-05 20:38:47 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-01-05 20:38:47 +0000
commita9c218da80c3c79d35b52faeede65603b958385f (patch)
tree473e37649114a329fcef2029723e151254829d3b /bin/cat
parentb217d1841299b7cbb400f6b2e9d66189897eb8c0 (diff)
downloadsrc-test-a9c218da80c3c79d35b52faeede65603b958385f.tar.gz
src-test-a9c218da80c3c79d35b52faeede65603b958385f.zip
Install d_align.{in,out} for the :align test
X-MFC with: r276669 Pointyhat to: me
Notes
Notes: svn path=/head/; revision=276723
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/tests/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile
index 5afdd84094523..73f82e125d6f6 100644
--- a/bin/cat/tests/Makefile
+++ b/bin/cat/tests/Makefile
@@ -8,6 +8,11 @@ TESTSDIR= ${TESTSBASE}/bin/cat
NETBSD_ATF_TESTS_SH= cat_test
+FILESDIR= ${TESTSDIR}
+
+FILES= d_align.in
+FILES+= d_align.out
+
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>