From: Eric Biggers <ebiggers@xxxxxxxxxx> 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@xxxxxxxxxx> --- common/attr | 12 -- tests/generic/099 | 331 -------------------------------------------------- tests/generic/099.out | 215 -------------------------------- tests/generic/group | 1 - 4 files changed, 559 deletions(-) delete mode 100755 tests/generic/099 delete mode 100644 tests/generic/099.out diff --git a/common/attr b/common/attr index c840ce42..fae367f0 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() diff --git a/tests/generic/099 b/tests/generic/099 deleted file mode 100755 index 4af588c8..00000000 diff --git a/tests/generic/099.out b/tests/generic/099.out deleted file mode 100644 index 3f4f663f..00000000 diff --git a/tests/generic/group b/tests/generic/group index 20c278cc..93a7378b 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -101,7 +101,6 @@ 096 auto prealloc quick zero 097 attr auto quick 098 auto quick metadata -099 udf auto 100 udf auto 101 auto quick metadata 102 auto rw -- 2.13.3 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html