summaryrefslogtreecommitdiff
path: root/bin/cat
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-06-06 21:50:00 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-06-06 21:50:00 +0000
commit7c91b65f5406aaf4d7e351ad7c12b85913aa99a1 (patch)
treec8eda503a4e06645c6f9944f58787ef8ea6b62de /bin/cat
parent366dbfa5c09b717acb9783e43605d7513d61707d (diff)
downloadsrc-test2-7c91b65f5406aaf4d7e351ad7c12b85913aa99a1.tar.gz
src-test2-7c91b65f5406aaf4d7e351ad7c12b85913aa99a1.zip
Add testcases for `cat -b`
MFC after: 1 month Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=319637
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile
index d7a7468fdbe6..92e16aea1732 100644
--- a/bin/cat/tests/Makefile
+++ b/bin/cat/tests/Makefile
@@ -6,6 +6,8 @@ NETBSD_ATF_TESTS_SH= cat_test
${PACKAGE}FILES+= d_align.in
${PACKAGE}FILES+= d_align.out
+${PACKAGE}FILES+= d_b_output.in
+${PACKAGE}FILES+= d_b_output.out
${PACKAGE}FILES+= d_se_output.in
${PACKAGE}FILES+= d_se_output.out
${PACKAGE}FILES+= d_s_output.in