Lines Matching refs:foo

153     ${Atf_Check} -s ne:0 -o ignore -e ignore "echo foo 2>&1" || \
156 ${Atf_Check} -e inline:"foo\n" -x "echo foo 1>&2" || \
159 ${Atf_Check} -o inline:"foo\n" -x echo foo || \
171 h_fail "echo foo" -o empty
182 h_pass "echo foo" -o ignore
195 echo foo >text
196 h_pass "echo foo" -o file:text
211 h_pass "echo foo bar" -o inline:"foo bar\n"
212 h_pass "printf 'foo bar'" -o inline:"foo bar"
226 h_fail "echo foo bar" -o inline:"foo bar"
227 h_fail "echo -n foo bar" -o inline:"foo bar\n"
238 h_pass "echo line1; echo foo bar" -o "match:^foo"
239 h_pass "echo foo bar" -o "match:o b"
240 h_fail "echo foo bar" -o "match:baz"
241 h_fail "echo foo bar" -o "match:^bar"
251 h_pass "echo foo" -o save:out
252 echo foo >exp
263 h_pass "echo foo bar" -o match:foo -o match:bar
264 h_pass "echo foo; echo bar" -o match:foo -o match:bar
265 h_fail "echo foo baz" -o match:bar -o match:foo
266 h_fail "echo foo; echo baz" -o match:bar -o match:foo
276 h_fail "echo foo" -o empty
277 h_pass "echo foo" -o not-empty
279 h_pass "echo foo bar" -o match:foo
280 h_fail "echo foo bar" -o not-match:foo
291 h_fail "echo foo 1>&2" -e empty
302 h_pass "echo foo 1>&2" -e ignore
315 echo foo >text
316 h_pass "echo foo 1>&2" -e file:text
331 h_pass "echo foo bar 1>&2" -e inline:"foo bar\n"
332 h_pass "printf 'foo bar' 1>&2" -e inline:"foo bar"
346 h_fail "echo foo bar 1>&2" -e inline:"foo bar"
347 h_fail "echo -n foo bar 1>&2" -e inline:"foo bar\n"
357 h_pass "echo foo 1>&2" -e save:out
358 echo foo >exp
370 h_pass "echo line1 1>&2; echo foo bar 1>&2" -e "match:^foo"
371 h_pass "echo foo bar 1>&2" -e "match:o b"
372 h_fail "echo foo bar 1>&2" -e "match:baz"
373 h_fail "echo foo bar 1>&2" -e "match:^bar"
383 h_pass "echo foo bar 1>&2" -e match:foo -e match:bar
384 h_pass "echo foo 1>&2; echo bar 1>&2" -e match:foo -e match:bar
385 h_fail "echo foo baz 1>&2" -e match:bar -e match:foo
386 h_fail "echo foo 1>&2; echo baz 1>&2" -e match:bar -e match:foo
396 h_fail "echo foo 1>&2" -e empty
397 h_pass "echo foo 1>&2" -e not-empty
399 h_pass "echo foo bar 1>&2" -e match:foo
400 h_fail "echo foo bar 1>&2" -e not-match:foo