Lines Matching full:cat
33 atf_set "descr" "Test that cat(1) aligns the output " \
40 -x "cat -be $(atf_get_srcdir)/d_align.in"
45 atf_set "descr" "Test that cat(1) doesn't return zero exit " \
52 -x "cat /some/name/that/does/not/exist"
58 atf_set "descr" "Test that cat(1) prints out numbers on non-blank "\
64 cat -b $(atf_get_srcdir)/d_b_output.in
70 atf_set "descr" "Test that cat(1) prints a $ sign " \
76 -x "cat -se $(atf_get_srcdir)/d_se_output.in"
82 atf_set "descr" "Test that cat(1) squeezes multiple adjacent " \
88 cat -s $(atf_get_srcdir)/d_s_output.in
93 atf_set "descr" "Test that cat(1) prints a $ sign " \
99 cat -e $(atf_get_srcdir)/d_se_output.in
104 atf_set "descr" "Test that cat(1) displays non-printing characters, " \
111 cat -vt $(atf_get_srcdir)/d_vt_output.in
118 atf_set "descr" "Test that cat(1) receives data from stdin " \
123 echo "This is nothing but a cat test." | \
125 cat