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:
Rostislav Skudnov
2018-01-30 13:54:58 +00:00
committed by Eryu Guan
parent c2e7f1d842
commit e9dc7dc6ce
+2
View File
@@ -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"