Lines Matching refs:foo
149 ${Atf_Check} -s ne:0 -o ignore -e ignore "echo foo 2>&1" || \
152 ${Atf_Check} -e inline:"foo\n" -x "echo foo 1>&2" || \
155 ${Atf_Check} -o inline:"foo\n" -x echo foo || \
167 h_fail "echo foo" -o empty
178 h_pass "echo foo" -o ignore
191 echo foo >text
192 h_pass "echo foo" -o file:text
207 h_pass "echo foo bar" -o inline:"foo bar\n"
208 h_pass "printf 'foo bar'" -o inline:"foo bar"
213 h_fail "echo foo bar" -o inline:"foo bar"
214 h_fail "echo -n foo bar" -o inline:"foo bar\n"
225 h_pass "echo line1; echo foo bar" -o "match:^foo"
226 h_pass "echo foo bar" -o "match:o b"
227 h_fail "echo foo bar" -o "match:baz"
228 h_fail "echo foo bar" -o "match:^bar"
238 h_pass "echo foo" -o save:out
239 echo foo >exp
250 h_pass "echo foo bar" -o match:foo -o match:bar
251 h_pass "echo foo; echo bar" -o match:foo -o match:bar
252 h_fail "echo foo baz" -o match:bar -o match:foo
253 h_fail "echo foo; echo baz" -o match:bar -o match:foo
263 h_fail "echo foo" -o empty
264 h_pass "echo foo" -o not-empty
266 h_pass "echo foo bar" -o match:foo
267 h_fail "echo foo bar" -o not-match:foo
278 h_fail "echo foo 1>&2" -e empty
289 h_pass "echo foo 1>&2" -e ignore
302 echo foo >text
303 h_pass "echo foo 1>&2" -e file:text
318 h_pass "echo foo bar 1>&2" -e inline:"foo bar\n"
319 h_pass "printf 'foo bar' 1>&2" -e inline:"foo bar"
324 h_fail "echo foo bar 1>&2" -e inline:"foo bar"
325 h_fail "echo -n foo bar 1>&2" -e inline:"foo bar\n"
335 h_pass "echo foo 1>&2" -e save:out
336 echo foo >exp
348 h_pass "echo line1 1>&2; echo foo bar 1>&2" -e "match:^foo"
349 h_pass "echo foo bar 1>&2" -e "match:o b"
350 h_fail "echo foo bar 1>&2" -e "match:baz"
351 h_fail "echo foo bar 1>&2" -e "match:^bar"
361 h_pass "echo foo bar 1>&2" -e match:foo -e match:bar
362 h_pass "echo foo 1>&2; echo bar 1>&2" -e match:foo -e match:bar
363 h_fail "echo foo baz 1>&2" -e match:bar -e match:foo
364 h_fail "echo foo 1>&2; echo baz 1>&2" -e match:bar -e match:foo
374 h_fail "echo foo 1>&2" -e empty
375 h_pass "echo foo 1>&2" -e not-empty
377 h_pass "echo foo bar 1>&2" -e match:foo
378 h_fail "echo foo bar 1>&2" -e not-match:foo