coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-8.14.116-1e18d on Solaris 10


From: Bruno Haible
Subject: coreutils-8.14.116-1e18d on Solaris 10
Date: Thu, 05 Jan 2012 04:35:58 +0100
User-agent: KMail/4.7.4 (Linux/3.1.0-1.2-desktop; KDE/4.7.4; x86_64; ; )

>   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

[Prev in Thread] Current Thread [Next in Thread]