From e9dc7dc6cec63ce4bc8cc91b2eeb2ff7c9ed7697 Mon Sep 17 00:00:00 2001 From: Rostislav Skudnov Date: Tue, 30 Jan 2018 13:54:58 +0000 Subject: [PATCH] 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 --- tests/generic/307 | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.3