Lines Matching refs:rmdir
29 # Verifies that rmdir works by creating and removing directories. Also
41 atf_check -s exit:1 -o empty -e ignore rmdir ${Mount_Point}
55 atf_check -s exit:1 -o empty -e ignore rmdir non-existent
72 atf_check -s exit:0 -o empty -e empty rmdir a
89 atf_check -s exit:0 -o empty -e empty rmdir a/b/c
90 atf_check -s exit:0 -o empty -e empty rmdir a/b
91 atf_check -s exit:0 -o empty -e empty rmdir a
105 atf_check -s exit:1 -o empty -e ignore rmdir a/.
106 atf_check -s exit:1 -o empty -e ignore rmdir a/..
107 atf_check -s exit:0 -o empty -e empty rmdir a
123 atf_check -s exit:1 -o empty -e ignore rmdir a
124 atf_check -s exit:0 -o empty -e empty rmdir a/b
125 atf_check -s exit:0 -o empty -e empty rmdir a/c
126 atf_check -s exit:0 -o empty -e empty rmdir a
143 atf_check -s exit:0 -o empty -e empty rmdir c
144 atf_check -s exit:0 -o empty -e empty rmdir a/b
145 atf_check -s exit:0 -o empty -e empty rmdir a
165 atf_check -s exit:1 -o empty -e ignore -x '( cd a && rmdir ../a && ls )'
182 echo 'rmdir dir/a' | kqueue_monitor 3 dir dir/a
186 atf_check -s exit:0 -o empty -e empty rmdir dir