1
0
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:
Jim Meyering
2012-01-05 11:31:29 +01:00
parent 931e0f2a70
commit 101a30a2a0
4 changed files with 15 additions and 6 deletions

View File

@@ -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