diff options
author | ngie <ngie@FreeBSD.org> | 2017-07-06 05:22:10 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-07-06 05:22:10 +0000 |
commit | aeeccd78072e76a46fa2290f9507ce05177d2de7 (patch) | |
tree | 37fef800bb74e49aec8efad35d30dff028c4269d /bin | |
parent | 8fdc89f838f8e67729fc6bee33220b3fa4443bfa (diff) | |
download | FreeBSD-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/Makefile | 4 |
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 |