From: Rostislav Skudnov Date: Tue, 30 Jan 2018 13:54:58 +0000 (+0000) Subject: generic/307: Require ACL support X-Git-Tag: v2022.05.01~1663 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9dc7dc6cec63ce4bc8cc91b2eeb2ff7c9ed7697;p=xfstests-dev.git 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 Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/tests/generic/307 b/tests/generic/307 index f5d0680c..bd9b6067 100755 --- a/tests/generic/307 +++ b/tests/generic/307 @@ -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"