Lines Matching refs:empty
41 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s a x"
42 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s x a"
43 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s x y"
44 atf_check -s not-exit:0 -o empty -e empty -x "cmp -s y x"
58 atf_check -s exit:0 -o empty -e empty -x "cmp a b '10'"
59 atf_check -s exit:0 -o empty -e empty -x "cmp a b '0xa'"
60 atf_check -s exit:1 -o not-empty -e empty -x "cmp a b '9'"