From: Anthony Iliopoulos Date: Thu, 19 Jun 2025 13:30:31 +0000 (+0200) Subject: xfs/820: skip test when metadir is not supported X-Git-Tag: v2025.06.22~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d0f634afb0e30a823b044ec49fb6ea0ad0588d1c;p=xfstests-dev.git xfs/820: skip test when metadir is not supported The test specifically requires metadata directory functionality, so make it dependent on that as otherwise it fails on kernels older than v6.13 that do not implement the feature. Signed-off-by: Anthony Iliopoulos Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/820 b/tests/xfs/820 index 1dfd0dd3..8d739c7f 100755 --- a/tests/xfs/820 +++ b/tests/xfs/820 @@ -16,7 +16,7 @@ _begin_fstest auto quick quota $MKFS_XFS_PROG 2>&1 | grep -q 'uquota' || \ _notrun "mkfs does not support uquota option" -_require_scratch +_require_xfs_scratch_metadir _require_xfs_quota filter_quota_state() {