Lines Matching refs:txt

38 		creat) > stderr.txt ;;
40 printf "%s\n" "${2}" >> stderr.txt ;;
75 atf_check -s not-exit:0 -e file:stderr.txt truncate -7 -s0 output.txt
76 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
90 atf_check -s not-exit:0 -e file:stderr.txt truncate -s+1L output.txt
91 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
105 atf_check -s not-exit:0 -e file:stderr.txt \
106 truncate -s8388608t output.txt
107 [ ! -e output.txt ] || atf_fail "output.txt should not exist"
118 atf_check truncate -c -s 0 doesnotexist.txt
119 [ ! -e output.txt ] || atf_fail "doesnotexist.txt should not exist"
121 atf_check truncate -c -r reference doesnotexist.txt
122 [ ! -e output.txt ] || atf_fail "doesnotexist.txt should not exist"
127 > exists.txt
128 atf_check -e file:stderr.txt truncate -c -s1 exists.txt
129 [ -s exists.txt ] || atf_fail "exists.txt be larger than zero bytes"
144 atf_check -s not-exit:0 -e file:stderr.txt truncate -s0 -r afile afile
158 atf_check -s not-exit:0 -e file:stderr.txt truncate -s1
172 atf_check -s not-exit:0 -e file:stderr.txt truncate -r afile afile
188 > exists.txt
189 atf_check chmod 444 exists.txt
191 atf_check -s not-exit:0 -e file:stderr.txt truncate -s1 exists.txt
204 atf_check -s exit:0 -e file:stderr.txt truncate -s1k output.txt
205 atf_check -s exit:1 cmp -s output.txt /dev/zero
206 eval $(stat -s output.txt)
212 atf_check -s exit:0 -e file:stderr.txt truncate -c -s1M output.txt
213 atf_check -s exit:1 cmp -s output.txt /dev/zero
214 eval $(stat -s output.txt)
229 atf_check -s exit:0 -e file:stderr.txt truncate -s1M output.txt
230 atf_check -s exit:1 cmp -s output.txt /dev/zero
231 eval $(stat -s output.txt)
237 atf_check -s exit:0 -e file:stderr.txt truncate -s1k output.txt
238 atf_check -s exit:1 cmp -s output.txt /dev/zero
239 eval $(stat -s output.txt)
254 atf_check -s exit:0 -e file:stderr.txt truncate -s+1k output.txt
255 atf_check -s exit:1 cmp -s output.txt /dev/zero
256 eval $(stat -s output.txt)
262 atf_check -s exit:0 -e file:stderr.txt truncate -s+1047552 output.txt
263 atf_check -s exit:1 cmp -s output.txt /dev/zero
264 eval $(stat -s output.txt)
279 atf_check -s exit:0 -e file:stderr.txt truncate -s+1049600 output.txt
280 atf_check -s exit:1 cmp -s output.txt /dev/zero
281 eval $(stat -s output.txt)
287 atf_check -s exit:0 -e file:stderr.txt truncate -s-1M output.txt
288 atf_check -s exit:1 cmp -s output.txt /dev/zero
289 eval $(stat -s output.txt)
311 atf_check -s not-exit:0 -e file:stderr.txt \
336 atf_check -e file:stderr.txt truncate -r reference afile
351 atf_check -s exit:0 -e file:stderr.txt truncate -s0 output.txt
352 eval $(stat -s output.txt)
356 atf_check -s exit:0 -e file:stderr.txt truncate -s+0 output.txt
357 eval $(stat -s output.txt)
376 atf_check -e file:stderr.txt truncate -s-100 afile
396 atf_check -e file:stderr.txt truncate -s%100 afile
416 atf_check -e file:stderr.txt truncate -s/2 afile
436 atf_check -e file:stderr.txt truncate -s/10 afile