summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-07-06 05:22:10 +0000
committerngie <ngie@FreeBSD.org>2017-07-06 05:22:10 +0000
commitaeeccd78072e76a46fa2290f9507ce05177d2de7 (patch)
tree37fef800bb74e49aec8efad35d30dff028c4269d /bin
parent8fdc89f838f8e67729fc6bee33220b3fa4443bfa (diff)
downloadFreeBSD-src-aeeccd78072e76a46fa2290f9507ce05177d2de7.zip
FreeBSD-src-aeeccd78072e76a46fa2290f9507ce05177d2de7.tar.gz
MFC r319634:
Add additional testcases for cat(1) Verify the following additional cases: - -s (in isolation, in addition to the -se testcase obtained via the NetBSD test). - -vt
Diffstat (limited to 'bin')
-rw-r--r--bin/cat/tests/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile
index 8ac1ffb..e642d2b 100644
--- a/bin/cat/tests/Makefile
+++ b/bin/cat/tests/Makefile
@@ -3,6 +3,10 @@
NETBSD_ATF_TESTS_SH= cat_test
FILESDIR= ${TESTSDIR}
+${PACKAGE}FILES+= d_s_output.in
+${PACKAGE}FILES+= d_s_output.out
+${PACKAGE}FILES+= d_vt_output.in
+${PACKAGE}FILES+= d_vt_output.out
FILES+= d_align.in
FILES+= d_align.out
OpenPOWER on IntegriCloud