Lines Matching refs:foo
105 atf_check truncate -s 0 foo bar
106 atf_check chown 0:0 foo bar
112 atf_check chflags uchg foo
113 atf_check -e not-empty -s not-exit:0 chown 42:42 foo bar
114 atf_check -o inline:'0:0\n42:42\n' stat -f '%u:%g' foo bar
115 atf_check -s exit:0 chown -f 84:84 foo bar
116 atf_check -o inline:'0:0\n84:84\n' stat -f '%u:%g' foo bar
121 chflags 0 foo || :
135 atf_check truncate -s 0 foo
136 atf_check -o inline:'0:0\n' stat -f '%u:%g' foo
137 atf_check ln -s foo bar
138 atf_check -o inline:'0:0\n0:0\n' stat -f '%u:%g' foo bar
140 atf_check -o inline:'0:0\n42:42\n' stat -f '%u:%g' foo bar
142 atf_check -o inline:'84:84\n42:42\n' stat -f '%u:%g' foo bar
155 atf_check truncate -s 0 foo bar
156 atf_check chown 0:0 foo
158 atf_check -o 'inline:bar\n' chown -v 0:0 foo bar
159 atf_check chown -v 0:0 foo bar
160 for f in foo bar; do
163 atf_check -o file:output.txt chown -vv 84:84 foo bar
164 atf_check chown -vv 84:84 foo bar
184 atf_check truncate -s 0 foo bar mnt/bazbaz
186 atf_check ln -s ../foo mnt/foobaz