diff options
author | Jim Meyering <meyering@redhat.com> | 2012-01-05 11:31:29 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-01-05 11:48:35 +0100 |
commit | 101a30a2a0f726ad0d4c4541b4e77eab3a1b7aa7 (patch) | |
tree | 9100f6feae25fefbe0ac92f0663046aec0eee970 /tests/ls | |
parent | 931e0f2a708965001857d60cedf1b1940389cbe6 (diff) | |
download | coreutils-101a30a2a0f726ad0d4c4541b4e77eab3a1b7aa7.tar.xz |
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.
Diffstat (limited to 'tests/ls')
-rwxr-xr-x | tests/ls/slink-acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/slink-acl b/tests/ls/slink-acl index d631cdca9..ae9af5039 100755 --- a/tests/ls/slink-acl +++ b/tests/ls/slink-acl @@ -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 |