1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-16 20:33:18 +02:00

tests: avoid ls/slink-acl test failure on Solaris 10

* tests/ls/slink-acl: Use setfacl's "-m user::r" option rather than
less-portable "-m m::r".  The latter did not work with Solaris 10's
version of setfacl.  Reported by Bruno Haible in
http://thread.gmane.org/gmane.comp.gnu.coreutils.general/1726/focus=1737
This commit is contained in:
Jim Meyering
2011-10-08 17:57:01 +02:00
parent fc4c062ffa
commit 11cb50ee6d

View File

@@ -22,7 +22,7 @@ print_ver_ ls
require_setfacl_
touch k || framework_failure_
setfacl -m m::r k || framework_failure_
setfacl -m user::r k || framework_failure_
ln -s k s || framework_failure_
set _ $(ls -Log s); shift; link=$1