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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user