mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fixed merge problems
This commit is contained in:
+3
-2
@@ -109,9 +109,10 @@ _filter_aces()
|
||||
_acl_requirements()
|
||||
{
|
||||
xfsdir=$TEST_DIR
|
||||
|
||||
|
||||
if [ ! -x /bin/chacl -a ! -x /usr/bin/chacl ]; then
|
||||
_notrun "chacl command not found"
|
||||
if [ ! -x /bin/chacl -a ! -x /usr/bin/chacl -a ! -x /sbin/chacl ]; then
|
||||
_notrun "chacl command not found"
|
||||
fi
|
||||
|
||||
# test if acl_get syscall is operational
|
||||
|
||||
Reference in New Issue
Block a user