Lines Matching +full:differ +full:-
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 \
34 diff -e "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
36 atf_check -o file:$(atf_get_srcdir)/simple_u.out -s eq:1 \
37 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
39 atf_check -o file:$(atf_get_srcdir)/simple_n.out -s eq:1 \
40 diff -n "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
42 …atf_check -o inline:"Files $(atf_get_srcdir)/input1.in and $(atf_get_srcdir)/input2.in differ\n" -…
43 diff -q "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
46 diff -q "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input1.in"
48 atf_check -o file:$(atf_get_srcdir)/simple_i.out -s eq:1 \
49 diff -i "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
51 atf_check -o file:$(atf_get_srcdir)/simple_w.out -s eq:1 \
52 diff -w "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
54 atf_check -o file:$(atf_get_srcdir)/simple_b.out -s eq:1 \
55 diff -b "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c2.in"
57 atf_check -o file:$(atf_get_srcdir)/simple_p.out -s eq:1 \
58 …diff --label input_c1.in --label input_c2.in -p "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)…
63 atf_check -o file:$(atf_get_srcdir)/unified_p.out -s eq:1 \
64 …diff -up -L input_c1.in -L input_c2.in "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input_c…
65 atf_check -o file:$(atf_get_srcdir)/unified_9999.out -s eq:1 \
66 …diff -u9999 -L input_c1.in -L input_c2.in "$(atf_get_srcdir)/input_c1.in" "$(atf_get_srcdir)/input…
73 atf_check -o empty -s eq:0 \
74 diff -up --strip-trailing-cr -L b230049_a.in -L b230049_b.in \
82 atf_check -o "file:$(atf_get_srcdir)/strip_o.out" -s eq:1 \
83 diff -L1 -L2 -u --strip-trailing-cr stripcr_o_X.in stripcr_o_Y.in
90 atf_check -o empty -s eq:0 \
91 diff -qw b252515_a.in b252515_b.in
98 atf_check -o empty -s eq:0 \
99 diff -Bw b278988.a.in b278988.b.in
107 touch -d 2015-04-03T01:02:03 empty
108 touch -d 2016-12-22T11:22:33 hello
109 atf_check -o "file:$(atf_get_srcdir)/header.out" -s eq:1 \
110 diff -u empty hello
118 touch -d 2015-04-03T01:02:03.123456789 empty
119 touch -d 2016-12-22T11:22:33.987654321 hello
120 atf_check -o "file:$(atf_get_srcdir)/header_ns.out" -s eq:1 \
121 diff -u empty hello
126 atf_check -o file:$(atf_get_srcdir)/ifdef.out -s eq:1 \
127 diff -D PLOP "$(atf_get_srcdir)/input_c1.in" \
133 atf_check -o file:$(atf_get_srcdir)/group-format.out -s eq:1 \
134 diff --changed-group-format='<<<<<<< (local)
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 \
149 diff --side-by-side A B
150 atf_check -o match:"$exp_output" -s exit:1 \
151 diff -y A B
152 atf_check -o match:"$exp_output_suppressed" -s exit:1 \
153 diff -y --suppress-common-lines A B
154 atf_check -o match:"$exp_output_suppressed" -s exit:1 \
155 diff -W 65 -y --suppress-common-lines A B
163 atf_check -o save:diffout -s not-exit:0 \
164 diff -y ${file_a} ${file_b}
165 atf_check -o save:diffout_expanded -s not-exit:0 \
166 diff -yt ${file_a} ${file_b}
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
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"
188 -s exit:1 \
189 -o inline:"Files A/test-file and B/test-file differ\n" \
190 diff -rq A B
192 atf_check diff -rq A C
195 -s exit:1 \
196 -o inline:"Only in D: another-test-file\n" \
197 diff -rq A D
200 -s exit:1 \
201 -o inline:"Files A/another-test-file and D/another-test-file differ\n" \
202 diff -Nrq A D
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 \
235 -o inline:"1c1\n< A\n---\n> B\n" \
236 diff -t --tabsize 1 A B
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" \
265 -s exit:0 diff --label hello --label world -s A A
267 atf_check -o inline:"Binary files hello and world differ\n" \
268 -s exit:1 diff --label hello --label world `which diff` `which ls`
279 atf_check -s exit:0 -o match:"are identical" \
280 diff -s A A
281 atf_check -s exit:1 -o not-match:"are identical" \
282 diff -s A B
283 chmod -r B
284 atf_check -s exit:2 -e inline:"diff: B: Permission denied\n" \
285 -o empty diff -s A B
296 atf_check -s exit:1 \
297 -o inline:"--- A\n+++ B\n@@ -1 +1 @@\n-\tA\n+\tB\n" \
298 diff --label A --label B -u A B
304 yes 012345678901234567890123456789012345678901234567890 | head -n 174 > A
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 \
316 diff -u -p -L functionname.in -L functionname_c.in \
319 atf_check -o file:$(atf_get_srcdir)/functionname_objcm.out -s exit:1 \
320 diff -u -p -L functionname.in -L functionname_objcm.in \
323 atf_check -o file:$(atf_get_srcdir)/functionname_objcclassm.out -s exit:1 \
324 diff -u -p -L functionname.in -L functionname_objcclassm.in \
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" \
340 -s exit:1 diff -r --no-dereference A B
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…
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
378 -e match:"a/foo/bar/up: Directory loop detected" \
379 -e match:"b/foo/bar/up: Directory loop detected" \
380 diff -r a b