mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
tests: adjust setfacl usage to accommodate Solaris 10
* cfg.mk (sc_prohibit_short_facl_mode_spec): New rule. * tests/cp/acl: Extend setfacl mode spec to have length 3. * tests/ls/slink-acl: Likewise. * tests/mv/acl: Likewise. Report and analysis by Bruno Haible.
This commit is contained in:
@@ -22,7 +22,7 @@ print_ver_ ls
|
||||
require_setfacl_
|
||||
|
||||
touch k || framework_failure_
|
||||
setfacl -m user::r k || framework_failure_
|
||||
setfacl -m user::r-- k || framework_failure_
|
||||
ln -s k s || framework_failure_
|
||||
|
||||
set _ $(ls -Log s); shift; link=$1
|
||||
|
||||
Reference in New Issue
Block a user