mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/307: Require ACL support
Test checks ctime change on setfacl, which requires ACL support from the underlying filesystem. [eguan: add commit log and source common/attr] Signed-off-by: Rostislav Skudnov <rostislav@tuxera.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
c2e7f1d842
commit
e9dc7dc6ce
@@ -44,6 +44,7 @@ _cleanup()
|
||||
# get standard environment, filters and checks
|
||||
. ./common/rc
|
||||
. ./common/filter
|
||||
. ./common/attr
|
||||
|
||||
testfile=$SCRATCH_MNT/testfile.$seq
|
||||
|
||||
@@ -51,6 +52,7 @@ testfile=$SCRATCH_MNT/testfile.$seq
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_scratch
|
||||
_require_acls
|
||||
|
||||
echo "Silence is golden"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user