Lines Matching refs:empty
166 atf_set "descr" "Tests for the -o option using the 'empty' argument"
170 h_pass "true" -o empty
171 h_fail "echo foo" -o empty
192 touch empty
193 h_pass "true" -o file:empty
276 h_fail "echo foo" -o empty
277 h_pass "echo foo" -o not-empty
286 atf_set "descr" "Tests for the -e option using the 'empty' argument"
290 h_pass "true 1>&2" -e empty
291 h_fail "echo foo 1>&2" -e empty
312 touch empty
313 h_pass "true 1>&2" -e file:empty
396 h_fail "echo foo 1>&2" -e empty
397 h_pass "echo foo 1>&2" -e not-empty