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 <ailiop@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
$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() {