Lines Matching refs:foo
101 atf_check truncate -s 0 foo bar
102 atf_check chmod 0750 foo bar
108 atf_check chflags uchg foo
109 atf_check -e not-empty -s not-exit:0 chmod 0700 foo bar
110 atf_check -o inline:'100750\n100700\n' stat -f '%p' foo bar
111 atf_check -s exit:0 chmod -f 0600 foo bar
112 atf_check -o inline:'100750\n100600\n' stat -f '%p' foo bar
117 chflags 0 foo || :
130 atf_check truncate -s 0 foo
131 atf_check chmod 0600 foo
132 atf_check -o inline:'100600\n' stat -f '%p' foo
134 atf_check ln -s foo bar
135 atf_check -o inline:'100600\n120700\n' stat -f '%p' foo bar
137 atf_check -o inline:'100600\n120500\n' stat -f '%p' foo bar
139 atf_check -o inline:'100660\n120500\n' stat -f '%p' foo bar
151 atf_check truncate -s 0 foo bar
152 atf_check chmod 0600 foo
159 atf_check -o 'inline:bar\n' chmod -v 0600 foo bar
160 atf_check chmod -v 0600 foo bar
161 for f in foo bar; do
164 atf_check -o file:output.txt chmod -vv 0700 foo bar
165 atf_check chmod -vv 0700 foo bar