t/t1304: avoid -d option to setfacl
commitdb826571e4099066fe44233d95642591016c831b
authorBrandon Casey <drafnel@gmail.com>
Mon, 15 Mar 2010 17:14:33 +0000 (15 12:14 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 17 Mar 2010 02:05:54 +0000 (16 19:05 -0700)
tree6028c42ea5b76110511dc7d26b96ad0384ec41b6
parentc24138bc55bcbbde2ea8601c504752e5a39f53f2
t/t1304: avoid -d option to setfacl

Some platforms (Solaris) have a setfacl whose -d switch works differently
than the one on Linux.  On Linux, it causes all operations to be applied
to the Default ACL.  There is a notation for operating on the Default ACL:

   [d[efault]:] [u[ser]:]uid [:perms]

so use it instead of the -d switch.

Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1304-default-acl.sh