From d0f634afb0e30a823b044ec49fb6ea0ad0588d1c Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Thu, 19 Jun 2025 15:30:31 +0200 Subject: [PATCH] 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 --- tests/xfs/820 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.39.5