Lines Matching refs:empty
37 atf_check -s exit:0 -o empty -e empty mkdir a
38 atf_check -s exit:0 -o empty -e empty test -d ./a
39 atf_check -s exit:0 -o empty -e empty test -d a/../a
53 atf_check -s exit:0 -o empty -e empty mkdir a
54 atf_check -s exit:0 -o empty -e empty mkdir a/b
55 atf_check -s exit:0 -o empty -e empty test -d a/b/../b
56 atf_check -s exit:0 -o empty -e empty test -d a/b/../../a