Lines Matching refs:outfile
32 head infile > outfile
34 atf_check cmp expectfile outfile
46 head infile > outfile
47 atf_check -e empty cmp expectfile outfile
55 jot -b test 100 > outfile
56 head -n 50 outfile > expectfile
65 jot -b test 100 > outfile
66 head -c 50 outfile > expectfile
75 jot -b test 10 > outfile
76 truncate -s +1K outfile
77 head -c 512 outfile > expectfile
97 jot -b test 100 > outfile
98 atf_check -s not-exit:0 -e not-empty head -n outfile
106 jot -b test 100 > outfile
107 atf_check -s not-exit:0 -e not-empty head -n -10 outfile
116 jot -b test 10 > outfile
118 atf_check cmp outfile expectfile
131 head -q file1 file2 > outfile
132 atf_check cmp outfile expectfile
144 head -v file1 > outfile
145 atf_check cmp outfile expectfile
155 head -c 1k file1 > outfile
156 atf_check cmp outfile expectfile
159 head -n 1k file1 > outfile
160 atf_check cmp outfile expectfile