summaryrefslogtreecommitdiff
path: root/common/attr
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2017-07-20 21:22:04 -0700
committerEryu Guan <eguan@redhat.com>2017-07-24 12:22:18 +0800
commit5b55643c4509b39156b55edcb80a4810477a4e4a (patch)
tree190697f676b9b7448e5def65c3e7b54d9b3f4474 /common/attr
parent5cb1f2b055201016f69d32bedeb853e4156fbc2a (diff)
tests: remove generic/099
This IRIX-specific ACL test was nearly identical to shared/051, which has been better maintained and will be made a generic test in the next commit. Therefore, remove the existing generic/099. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'common/attr')
-rw-r--r--common/attr12
1 files changed, 0 insertions, 12 deletions
diff --git a/common/attr b/common/attr
index 21ebbcd0..8a5c9eac 100644
--- a/common/attr
+++ b/common/attr
@@ -117,18 +117,6 @@ _acl_ls()
_ls_l -n $* | awk '{ print $1, $3, $4, $NF }' | _acl_filter_id
}
-#
-_acl_list()
-{
- _file1=$1
-
- if [ $HOSTOS = "IRIX" ]; then
- ls -dD $_file1 | _acl_filter_id
- else
- chacl -l $_file1 | _acl_filter_id
- fi
-}
-
# create an ACL with n ACEs in it
#
_create_n_aces()