Lines Matching refs:atf_check
36 atf_check compress file
38 atf_check -o 'inline:hello\n' cat file
39 atf_check test ! -f file.Z
51 atf_check compress -f file
53 atf_check test ! -f file
54 atf_check \
65 atf_check -e 'ignore' dd if=/dev/urandom of=file bs=4k count=10
66 atf_check cp file original
68 atf_check compress -f file
69 atf_check uncompress file.Z
71 atf_check cmp file original
81 atf_check sh -c "echo 'hello' > file"
82 atf_check compress -f file
84 atf_check uncompress file
86 atf_check -o 'inline:hello\n' cat file
87 atf_check test ! -f file.Z
99 atf_check \
104 atf_check test ! -f file
105 atf_check test ! -f file.Z
117 atf_check sh -c "echo 'hello' > file"
119 atf_check \
124 atf_check -o 'inline:hello\n' cat file
125 atf_check test ! -f file.Z
137 atf_check \
142 atf_check test ! -f file
143 atf_check test -f file.Z
159 atf_check \
164 atf_check -o 'inline:broken\n' cat file.Z
165 atf_check -o 'inline:before\n' cat file