Lines Matching refs:a
27 touch a b || framework_failure_
34 cp --no-preserve=mode a b || fail=1
44 rm -f a b || framework_failure_
45 touch a || framework_failure_
46 chmod 600 a || framework_failure_
47 cp --no-preserve=mode --preserve=all a b || fail=1
59 rm -f a b c || framework_failure_
60 touch a || framework_failure_
61 chmod 660 a || framework_failure_
62 cp a b || fail=1
63 cp --preserve=ownership a c || fail=1