Lines Matching refs:ignore
113 atf_set "descr" "Tests for the -s option using the 'ignore' qualifier"
117 h_pass 'true' -s ignore
118 h_pass 'false' -s ignore
153 ${Atf_Check} -s ne:0 -o ignore -e ignore "echo foo 2>&1" || \
177 atf_set "descr" "Tests for the -o option using the 'ignore' argument"
181 h_pass "true" -o ignore
182 h_pass "echo foo" -o ignore
297 atf_set "descr" "Tests for the -e option using the 'ignore' argument"
301 h_pass "true 1>&2" -e ignore
302 h_pass "echo foo 1>&2" -e ignore