diff options
author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-06 21:03:43 +0000 |
---|---|---|
committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-06 21:03:43 +0000 |
commit | 9086e0e06819bdf7290dc15cc04985fe8e66a711 (patch) | |
tree | b01e9b5a9d323352478dda1edf14db84a2227f8d /bin/cat/tests | |
parent | 761097c85e52c158a759701021493f8b0f82fbc9 (diff) | |
download | src-9086e0e06819bdf7290dc15cc04985fe8e66a711.tar.gz src-9086e0e06819bdf7290dc15cc04985fe8e66a711.zip |
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
Submitted by: shivansh
Reviewed by: asomers (earlier diff), ngie
MFC after: 1 month
Sponsored by: Google, Inc (GSoC 2017)
Differential Revision: D11020
Notes
Notes:
svn path=/head/; revision=319634
Diffstat (limited to 'bin/cat/tests')
-rw-r--r-- | bin/cat/tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/cat/tests/Makefile b/bin/cat/tests/Makefile index 92e358245077..d7a7468fdbe6 100644 --- a/bin/cat/tests/Makefile +++ b/bin/cat/tests/Makefile @@ -8,6 +8,10 @@ ${PACKAGE}FILES+= d_align.in ${PACKAGE}FILES+= d_align.out ${PACKAGE}FILES+= d_se_output.in ${PACKAGE}FILES+= d_se_output.out +${PACKAGE}FILES+= d_s_output.in +${PACKAGE}FILES+= d_s_output.out +${PACKAGE}FILES+= d_vt_output.in +${PACKAGE}FILES+= d_vt_output.out .include <netbsd-tests.test.mk> |