Lines Matching full:file1
24 testing "cat file1 file2" "cat file1 file2" "one\ntwo\n" "" ""
25 testing "cat - file" "cat - file1" "zero\none\n" "" "zero\n"
26 testing "cat file -" "cat file1 -" "one\nzero\n" "" "zero\n"
28 testing "cat file1 notfound file2" \
29 "cat file1 notfound file2 2>stderr && echo ok ; cat stderr; rm stderr" \
32 testing "cat file1" \
33 "cat /proc/self/exe > file1 && cmp /proc/self/exe file1 && echo yes" \
36 testing "cat - file1" \
37 "cat - file1 | diff -a -U 0 - file1 | tail -n 1" \