mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: explicitly specify xattr namespace
Explicitly specify the xattr namespace required for tests. This allows tests to be skipped correctly for filesystems that don't support all xattr namespaces. This changes all tests that require anything other than the "user" xattr namespace. When called without arguments as before, _require_attrs() still defaults to the "user" namespace, so those tests do not need to be changed. Signed-off-by: Frank van der Linden <fllinden@amazon.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
da3cdb3b91
commit
9860712610
+1
-1
@@ -52,7 +52,7 @@ _supported_fs xfs
|
||||
_supported_os Linux
|
||||
|
||||
_require_tape $TAPE_DEV
|
||||
_require_attrs
|
||||
_require_attrs trusted
|
||||
|
||||
_create_files
|
||||
_erase_hard
|
||||
|
||||
Reference in New Issue
Block a user