Lines Matching refs:atf_check
30 atf_check -o file:$(atf_get_srcdir)/simple.out -s eq:1 \
33 atf_check -o file:$(atf_get_srcdir)/simple_e.out -s eq:1 \
36 atf_check -o file:$(atf_get_srcdir)/simple_u.out -s eq:1 \
39 atf_check -o file:$(atf_get_srcdir)/simple_n.out -s eq:1 \
42 …atf_check -o inline:"Files $(atf_get_srcdir)/input1.in and $(atf_get_srcdir)/input2.in differ\n" -…
45 atf_check \
48 atf_check -o file:$(atf_get_srcdir)/simple_i.out -s eq:1 \
51 atf_check -o file:$(atf_get_srcdir)/simple_w.out -s eq:1 \
54 atf_check -o file:$(atf_get_srcdir)/simple_b.out -s eq:1 \
57 atf_check -o file:$(atf_get_srcdir)/simple_p.out -s eq:1 \
63 atf_check -o file:$(atf_get_srcdir)/unified_p.out -s eq:1 \
65 atf_check -o file:$(atf_get_srcdir)/unified_9999.out -s eq:1 \
73 atf_check -o empty -s eq:0 \
82 atf_check -o "file:$(atf_get_srcdir)/strip_o.out" -s eq:1 \
90 atf_check -o empty -s eq:0 \
98 atf_check -o empty -s eq:0 \
109 atf_check -o "file:$(atf_get_srcdir)/header.out" -s eq:1 \
120 atf_check -o "file:$(atf_get_srcdir)/header_ns.out" -s eq:1 \
126 atf_check -o file:$(atf_get_srcdir)/ifdef.out -s eq:1 \
133 atf_check -o file:$(atf_get_srcdir)/group-format.out -s eq:1 \
142 atf_check -o save:A printf "A\nB\nC\n"
143 atf_check -o save:B printf "D\nB\nE\n"
148 atf_check -o match:"$exp_output" -s exit:1 \
150 atf_check -o match:"$exp_output" -s exit:1 \
152 atf_check -o match:"$exp_output_suppressed" -s exit:1 \
154 atf_check -o match:"$exp_output_suppressed" -s exit:1 \
163 atf_check -o save:diffout -s not-exit:0 \
165 atf_check -o save:diffout_expanded -s not-exit:0 \
168 atf_check -o not-empty grep -Ee 'file A.+file B' diffout
169 atf_check -o not-empty grep -Ee 'file A.+file B' diffout_expanded
171 atf_check -o not-empty grep -Ee 'tabs.+tabs' diffout
172 atf_check -o not-empty grep -Ee 'tabs.+tabs' diffout_expanded
177 atf_check mkdir A B
179 atf_check -x "echo 1 > A/test-file"
180 atf_check -x "echo 2 > B/test-file"
182 atf_check cp -Rf A C
183 atf_check cp -Rf A D
185 atf_check -x "echo 3 > D/another-test-file"
187 atf_check \
192 atf_check diff -rq A C
194 atf_check \
199 atf_check \
207 atf_check -x 'printf "A\nB\n" > A'
208 atf_check -x 'printf "A\n\nB\n" > B'
209 atf_check -x 'printf "A\n \nB\n" > C'
210 atf_check -x 'printf "A\nC\nB\n" > D'
211 atf_check -x 'printf "A\nB\nC\nD\nE\nF\nG\nH" > E'
212 atf_check -x 'printf "A\n\nB\nC\nD\nE\nF\nX\nH" > F'
214 atf_check -s exit:0 -o inline:"" diff -B A B
215 atf_check -s exit:1 -o file:"$(atf_get_srcdir)/Bflag_C.out" diff -B A C
216 atf_check -s exit:1 -o file:"$(atf_get_srcdir)/Bflag_D.out" diff -B A D
217 atf_check -s exit:1 -o file:"$(atf_get_srcdir)/Bflag_F.out" diff -B E F
222 atf_check -x 'printf "foo" > A'
224 atf_check -s exit:1 -o ignore -e ignore diff -N A NOFILE
225 atf_check -s exit:1 -o ignore -e ignore diff -N NOFILE A
226 atf_check -s exit:2 -o ignore -e ignore diff -N NOFILE1 NOFILE2
234 atf_check -s exit:1 \
244 atf_check -s exit:2 -e ignore diff -c -u A B
245 atf_check -s exit:2 -e ignore diff -e -f A B
246 atf_check -s exit:2 -e ignore diff -y -q A B
247 atf_check -s exit:2 -e ignore diff -q -u A B
248 atf_check -s exit:2 -e ignore diff -q -c A B
249 atf_check -s exit:2 -e ignore diff --normal -c A B
250 atf_check -s exit:2 -e ignore diff -c --normal A B
252 atf_check -s exit:1 -o ignore -e ignore diff -u -u A B
253 atf_check -s exit:1 -o ignore -e ignore diff -e -e A B
254 atf_check -s exit:1 -o ignore -e ignore diff -y -y A B
255 atf_check -s exit:1 -o ignore -e ignore diff -q -q A B
256 atf_check -s exit:1 -o ignore -e ignore diff -c -c A B
257 atf_check -s exit:1 -o ignore -e ignore diff --normal --normal A B
264 atf_check -o inline:"Files hello and world are identical\n" \
267 atf_check -o inline:"Binary files hello and world differ\n" \
279 atf_check -s exit:0 -o match:"are identical" \
281 atf_check -s exit:1 -o not-match:"are identical" \
284 atf_check -s exit:2 -e inline:"diff: B: Permission denied\n" \
294 atf_check diff A B
296 atf_check -s exit:1 \
309 atf_check -o inline:"Binary files A and B differ\n" -s exit:1 diff A B
310 atf_check -o inline:"176c\nx\n.\n" -s exit:1 diff -ae A B
315 atf_check -o file:$(atf_get_srcdir)/functionname_c.out -s exit:1 \
319 atf_check -o file:$(atf_get_srcdir)/functionname_objcm.out -s exit:1 \
323 atf_check -o file:$(atf_get_srcdir)/functionname_objcclassm.out -s exit:1 \
330 atf_check mkdir A B
332 atf_check -x "echo 1 > A/test-file"
333 atf_check -x "echo 1 > test-file"
334 atf_check -x "echo 1 > test-file2"
336 atf_check ln -s $(pwd)/test-file B/test-file
338 atf_check -o empty -s exit:0 diff -r A B
339 atf_check -o inline:"File A/test-file is a file while file B/test-file is a symbolic link\n" \
343 atf_check rm A/test-file
345 atf_check ln -s $(pwd)/test-file A/test-file
346 atf_check -o empty -s exit:0 diff -r A B
347 atf_check -o empty -s exit:0 diff -r --no-dereference A B
350 atf_check unlink A/test-file
351 atf_check ln -s $(pwd)/test-file2 A/test-file
353 atf_check -o empty -s exit:0 diff -r A B
354 …atf_check -o inline:"Symbolic links A/test-file and B/test-file differ\n" -s exit:1 diff -r --no-d…
359 atf_check mkdir A
360 atf_check mkdir B
362 atf_check -x "echo hello > A/foo"
363 atf_check -x "echo hello > B/FOO"
365 atf_check -o empty -s exit:0 diff -u -r --ignore-file-name-case A B
374 atf_check mkdir -p a/foo/bar
375 atf_check ln -s .. a/foo/bar/up
376 atf_check cp -a a b
377 atf_check \