]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: avoid ls/slink-acl test failure on Solaris 10
authorJim Meyering <meyering@redhat.com>
Sat, 8 Oct 2011 15:57:01 +0000 (17:57 +0200)
committerJim Meyering <meyering@redhat.com>
Sat, 8 Oct 2011 15:57:01 +0000 (17:57 +0200)
* 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

tests/ls/slink-acl

index f4d0a115d8e7061372907bb758f97a1909f25cb0..124f8973c210f88093cf07c0b226f531141130c8 100755 (executable)
@@ -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