mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed double function issue with the UDF merge.
Merge of xfs-cmds-melb:slinx:20266a by kenmcd. Changed _filter_aces function call to _filter_aces_notypes
This commit is contained in:
@@ -321,15 +321,15 @@ acl3=`_create_n_aces $num_aces_post`
|
||||
|
||||
echo "1 below xfs acl max"
|
||||
chacl $acl1 largeaclfile
|
||||
_acl_list largeaclfile | _filter_aces
|
||||
_acl_list largeaclfile | _filter_aces_notypes
|
||||
|
||||
echo "xfs acl max"
|
||||
chacl $acl2 largeaclfile
|
||||
_acl_list largeaclfile | _filter_aces
|
||||
_acl_list largeaclfile | _filter_aces_notypes
|
||||
|
||||
echo "1 above xfs acl max"
|
||||
chacl $acl3 largeaclfile
|
||||
_acl_list largeaclfile | _filter_aces
|
||||
_acl_list largeaclfile | _filter_aces_notypes
|
||||
|
||||
#-------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user