Lines Matching refs:empty

41 	atf_check -s exit:0 -o empty -e empty mkdir a
42 atf_check -s exit:1 -o empty -e ignore mv a/. c
43 atf_check -s exit:1 -o empty -e ignore mv a/.. c
44 atf_check -s exit:0 -o empty -e empty rmdir a
57 atf_check -s exit:0 -o empty -e empty mkdir a
58 atf_check -s exit:1 -o empty -e save:stderr \
60 atf_check -s exit:0 -o ignore -e empty grep "Cross-device link" stderr
61 atf_check -s exit:0 -o empty -e empty test -d a
62 atf_check -s exit:0 -o empty -e empty rmdir a
75 atf_check -s exit:0 -o empty -e empty mkdir a
76 atf_check -s exit:0 -o empty -e empty mv a c
77 atf_check -s exit:1 -o empty -e empty test -d a
78 atf_check -s exit:0 -o empty -e empty test -d c
79 atf_check -s exit:0 -o empty -e empty rmdir c
94 atf_check -s exit:0 -o empty -e empty mkdir a
95 atf_check -s exit:0 -o empty -e empty mkdir b
96 atf_check -s exit:0 -o empty -e empty mv b a
97 atf_check -s exit:0 -o empty -e empty test -d a/b/../b
98 atf_check -s exit:0 -o empty -e empty test -d a/b/../../a
103 atf_check -s exit:0 -o empty -e empty rmdir a/b
104 atf_check -s exit:0 -o empty -e empty rmdir a
107 atf_check -s exit:0 -o empty -e empty mkdir a
108 atf_check -s exit:0 -o empty -e empty mkdir b
109 atf_check -s exit:0 -o empty -e empty mv b a
110 atf_check -s exit:0 -o empty -e empty mv a c
111 atf_check -s exit:0 -o empty -e empty test -d c/b/../b
112 atf_check -s exit:0 -o empty -e empty test -d c/b/../../c
113 atf_check -s exit:0 -o empty -e empty rmdir c/b
114 atf_check -s exit:0 -o empty -e empty rmdir c
117 atf_check -s exit:0 -o empty -e empty mkdir a
118 atf_check -s exit:0 -o empty -e empty mkdir b
119 atf_check -s exit:0 -o empty -e empty mv b a
120 atf_check -s exit:0 -o empty -e empty mv a c
121 atf_check -s exit:0 -o empty -e empty mv c/b d
122 atf_check -s exit:0 -o empty -e empty test -d d/../c
123 atf_check -s exit:0 -o empty -e empty rmdir d
124 atf_check -s exit:0 -o empty -e empty rmdir c
132 "empty directory works"
138 atf_check -s exit:0 -o empty -e empty mkdir a
139 atf_check -s exit:0 -o empty -e empty touch a/c
140 atf_check -s exit:0 -o empty -e empty mkdir b
141 atf_check -s exit:0 -o empty -e empty \
143 atf_check -s exit:1 -o empty -e empty test -e a
144 atf_check -s exit:0 -o empty -e empty test -d b
145 atf_check -s exit:0 -o empty -e empty test -f b/c
155 "non-empty directory fails"
161 atf_check -s exit:0 -o empty -e empty mkdir a
162 atf_check -s exit:0 -o empty -e empty touch a/c
163 atf_check -s exit:0 -o empty -e empty mkdir b
164 atf_check -s exit:0 -o empty -e empty touch b/d
165 atf_check -s exit:1 -o empty -e save:stderr \
167 atf_check -s exit:0 -o ignore -e empty grep "Directory not empty" stderr
168 atf_check -s exit:0 -o empty -e empty test -d a
169 atf_check -s exit:0 -o empty -e empty test -f a/c
170 atf_check -s exit:0 -o empty -e empty test -d b
171 atf_check -s exit:0 -o empty -e empty test -f b/d
189 atf_check -s exit:0 -o empty -e empty mkdir a
190 atf_check -s exit:0 -o empty -e empty touch b
191 atf_check -s exit:1 -o empty -e save:stderr \
193 atf_check -s exit:0 -o ignore -e empty grep "Not a directory" stderr
194 atf_check -s exit:0 -o empty -e empty test -d a
195 atf_check -s exit:0 -o empty -e empty test -f b
211 atf_check -s exit:0 -o empty -e empty touch a
212 atf_check -s exit:0 -o empty -e empty mkdir b
213 atf_check -s exit:1 -o empty -e save:stderr \
215 atf_check -s exit:0 -o ignore -e empty grep "Is a directory" stderr
216 atf_check -s exit:0 -o empty -e empty test -f a
217 atf_check -s exit:0 -o empty -e empty test -d b
233 atf_check -s exit:0 -o empty -e empty mkdir dir
234 atf_check -s exit:0 -o empty -e empty touch dir/a
238 atf_check -s exit:0 -o empty -e empty rm dir/b
239 atf_check -s exit:0 -o empty -e empty rmdir dir
241 atf_check -s exit:0 -o empty -e empty mkdir dir
242 atf_check -s exit:0 -o empty -e empty touch dir/a
243 atf_check -s exit:0 -o empty -e empty touch dir/b
248 atf_check -s exit:0 -o empty -e empty rm dir/b
249 atf_check -s exit:0 -o empty -e empty rmdir dir
251 atf_check -s exit:0 -o empty -e empty mkdir dir1
252 atf_check -s exit:0 -o empty -e empty mkdir dir2
253 atf_check -s exit:0 -o empty -e empty touch dir1/a
258 atf_check -s exit:0 -o empty -e empty rm dir2/a
259 atf_check -s exit:0 -o empty -e empty rmdir dir1
260 atf_check -s exit:0 -o empty -e empty rmdir dir2