Lines Matching refs:atf_check

34 	atf_check -s not-exit:0 -e match:"Invalid argument" \
36 atf_check -s not-exit:0 -e match:"Invalid argument" \
47 atf_check -s exit:0 -o empty setextattr user myattr XYZ foo
48 atf_check -s exit:0 -o inline:"58 59 5a\n" \
60 atf_check -s exit:0 -o empty setextattr user myattr "$BINSTUFF" foo
62 atf_check -s exit:0 -o inline:"20 30 40 55 66 70 81 a2 b3 ee ff\n" \
79 atf_check -s exit:0 -o empty setextattr user $ATTRNAME myvalue foo
80 atf_check -s exit:0 -o inline:"${ATTRNAME}\n" lsextattr -q user foo
81 atf_check -s exit:0 -o inline:"myvalue\n" \
83 atf_check -s exit:0 -o empty rmextattr user ${ATTRNAME} foo
84 atf_check -s exit:0 -o empty lsextattr -q user foo
96 atf_check -s exit:0 -o empty setextattr user myattr myvalue foo
97 atf_check -s exit:0 -o inline:"foo myattr" \
99 atf_check -s exit:0 -o inline:"foo myvalue" \
101 atf_check -s exit:0 -o empty rmextattr user myattr foo
102 atf_check -s exit:0 -o inline:"foo" printf %s $(lsextattr user foo)
112 atf_check -s exit:0 -o empty lsextattr -q user foo
121 atf_check -s exit:1 -e match:"No such file or directory" \
123 atf_check -s exit:1 -e match:"No such file or directory" \
125 atf_check -s exit:1 -e match:"No such file or directory" \
127 atf_check -s exit:1 -e match:"No such file or directory" \
138 atf_check -s exit:0 -o empty setextattr -n user myattr myvalue foo
139 atf_check -s exit:0 -o inline:"myvalue\0\n" getextattr -q user myattr foo
149 atf_check -s exit:0 -o empty setextattr user myattr myvalue foo
150 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q user foo
151 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q user myattr foo
152 atf_check -s exit:0 -o empty rmextattr user myattr foo
153 atf_check -s exit:0 -o empty lsextattr -q user foo
164 atf_check -s exit:0 -o empty setextattr system myattr myvalue foo
165 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q system foo
166 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q system myattr foo
167 atf_check -s exit:0 -o empty rmextattr system myattr foo
168 atf_check -s exit:0 -o empty lsextattr -q system foo
180 atf_check -s exit:0 -o inline:"myattr\n" lsextattr -q user foo
182 atf_check -s exit:0 cmp -s infile outfile
192 atf_check -s exit:0 -o empty setextattr user myattr "my value" foo
193 atf_check -s exit:0 -o inline:"\"my\\\040value\"\n" \
205 atf_check -s exit:0 -o empty setextattr user myattr myvalue foolink
206 atf_check -s exit:0 -o inline:"myvalue\n" \
208 atf_check -s exit:0 -o inline:"myvalue\n" getextattr -q user myattr foo
220 atf_check -s exit:0 -o empty setextattr -h user myattr myvalue foolink
221 atf_check -s exit:0 -o inline:"myvalue\n" \
223 atf_check -s exit:1 -e match:"Attribute not found" \
225 atf_check -s exit:1 -e match:"Attribute not found" \
229 atf_check -s exit:0 -o empty setextattr user otherattr othervalue foo
230 atf_check -s exit:1 getextattr -qh user otherattr foolink
241 atf_check -s exit:0 -o empty setextattr user userattr userval foo
242 atf_check -s exit:0 -o empty setextattr system sysattr sysval foo
243 atf_check -s exit:0 -o inline:"userattr\n" lsextattr -q user foo
244 atf_check -s exit:0 -o inline:"sysattr\n" lsextattr -q system foo
246 atf_check -s exit:0 -o inline:"userval\n" getextattr -q user userattr foo
247 atf_check -s exit:0 -o inline:"sysval\n" getextattr -q system sysattr foo
248 atf_check -s exit:0 -o empty rmextattr user userattr foo
249 atf_check -s exit:0 -o empty rmextattr system sysattr foo
250 atf_check -s exit:0 -o empty lsextattr -q user foo
251 atf_check -s exit:0 -o empty lsextattr -q system foo
261 atf_check -s exit:0 -o empty setextattr user myattr myvalue foo bar
262 atf_check -s exit:0 -o inline:"foo\tmyattr\nbar\tmyattr\n" \
264 atf_check -s exit:0 \
267 atf_check -s exit:0 -o empty rmextattr user myattr foo bar
268 atf_check -s exit:0 -o empty lsextattr -q user foo bar
278 atf_check -s exit:1 -e match:"No such file or directory" \
280 atf_check -s exit:0 -e ignore setextattr -f user myattr myvalue foo bar
281 atf_check -s exit:1 -e match:"No such file or directory" \
283 atf_check -s exit:0 -e ignore -o inline:"bar\tmyattr\n" \
285 atf_check -s exit:1 -e match:"No such file or directory" \
287 atf_check -s exit:0 -e ignore \
290 atf_check -s exit:1 -e match:"No such file or directory" \
292 atf_check -s exit:0 -e ignore \
294 atf_check -s exit:0 -o empty lsextattr -q user bar
304 atf_check -s exit:0 -o empty setextattr user myattr1 myvalue1 foo
305 atf_check -s exit:0 -o empty setextattr user myattr2 myvalue2 foo
314 atf_check -s exit:0 -o inline:"myvalue1\n" getextattr -q user myattr1 foo
315 atf_check -s exit:0 -o inline:"myvalue2\n" getextattr -q user myattr2 foo
316 atf_check -s exit:0 -o empty rmextattr user myattr2 foo
317 atf_check -s exit:0 -o empty rmextattr user myattr1 foo
318 atf_check -s exit:0 -o empty lsextattr -q user foo
329 atf_check -s exit:1 -e match:"Operation not permitted" \