]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r319634:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Jul 2017 05:22:10 +0000 (05:22 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 6 Jul 2017 05:22:10 +0000 (05:22 +0000)
commitc90374d83d97e635902f9589ca817bf931f30b50
tree37fef800bb74e49aec8efad35d30dff028c4269d
parent3df1c3f6c7b15ca42afbb9cb6a33ae938f7f41e0
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@320708 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/cat/tests/Makefile
contrib/netbsd-tests/bin/cat/d_s_output.in [new file with mode: 0644]
contrib/netbsd-tests/bin/cat/d_s_output.out [new file with mode: 0644]
contrib/netbsd-tests/bin/cat/d_vt_output.in [new file with mode: 0644]
contrib/netbsd-tests/bin/cat/d_vt_output.out [new file with mode: 0644]
contrib/netbsd-tests/bin/cat/t_cat.sh