>   http://meyering.net/cu/coreutils-8.14.116-1e18d.tar.xz

On Solaris 10/x86, there is 1 test framework failure:

slink-acl: set-up failure: 
ERROR: ls/slink-acl


ERROR: ls/slink-acl
===================

Unrecognized character found in mode field
slink-acl: set-up failure: 


+ require_setfacl_
+ setfacl -m user::rwx .
+ touch k
+ setfacl -m user::r k
Unrecognized character found in mode field
+ framework_failure_


The reason is that the mode is expected to be a 3-letter sequence:
$ setfacl -m user::r k
Unrecognized character found in mode field
$ setfacl -m user::r-- k
$ setfacl -m user::-w- k
$ setfacl -m user::--x k


Bruno


Reply via email to