From: Christoph Hellwig Date: Fri, 21 Mar 2025 07:21:31 +0000 (+0100) Subject: xfs/419: use _scratch_mkfs_xfs X-Git-Tag: v2025.03.30~16 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=5f57ee3ad4f155cd6eea6c7a486b242cc1f744b3;p=xfstests-dev.git xfs/419: use _scratch_mkfs_xfs So that the test is _notrun instead of failed for conflicting options like -r zoned or specific RT group configurations. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/419 b/tests/xfs/419 index b9cd21fa..5e122a0b 100755 --- a/tests/xfs/419 +++ b/tests/xfs/419 @@ -39,7 +39,7 @@ $MKFS_XFS_PROG -d rtinherit=0 "${mkfs_args[@]}" &>> $seqres.full || \ echo "mkfs should succeed with uninheritable rtext-unaligned extent hint" # Move on to checking the kernel's behavior -_scratch_mkfs -r extsize=7b | _filter_mkfs >> $seqres.full 2> $tmp.mkfs +_scratch_mkfs_xfs -r extsize=7b | _filter_mkfs >> $seqres.full 2> $tmp.mkfs cat $tmp.mkfs >> $seqres.full . $tmp.mkfs _scratch_mount