Lines Matching refs:file
30 touch a/file || framework_failure_
34 acl1=$(cd a && getfacl file) || skip=yes
35 setfacl -m user:bin:rw- a/file 2> /dev/null || skip=yes
40 cp a/file b/ || fail=1
41 acl2=$(cd b && getfacl file) || framework_failure_
45 acl1=$(cd a && getfacl file) || framework_failure_
48 cp -p a/file b/ || fail=1
49 acl2=$(cd b && getfacl file) || framework_failure_
53 echo > a/file || framework_failure_ # add some data
54 test -s a/file || framework_failure_
55 cp -p --attributes-only a/file b/ || fail=1
56 compare /dev/null b/file || fail=1
57 acl2=$(cd b && getfacl file) || framework_failure_