aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRostislav Skudnov <rostislav@tuxera.com>2018-01-30 13:54:58 +0000
committerEryu Guan <eguan@redhat.com>2018-02-03 00:33:51 +0800
commite9dc7dc6cec63ce4bc8cc91b2eeb2ff7c9ed7697 (patch)
tree2ad17ad86da0e2d4e4c3beb54299e52028e7fc31
parentc2e7f1d84228da55645ebdb4e4e05bfe93ab9266 (diff)
downloadxfstests-dev-e9dc7dc6cec63ce4bc8cc91b2eeb2ff7c9ed7697.tar.gz
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>
-rwxr-xr-xtests/generic/3072
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/generic/307 b/tests/generic/307
index f5d0680c93..bd9b6067dc 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"