From 332dd50da02b835ad5be7af764011aac21333bfe Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 21 Mar 2025 08:21:32 +0100 Subject: [PATCH] xfs/540: 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 --- tests/xfs/540 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/540 b/tests/xfs/540 index 3acb2095..9c0fa3c6 100755 --- a/tests/xfs/540 +++ b/tests/xfs/540 @@ -26,7 +26,7 @@ _begin_fstest auto repair fuzzers _require_scratch echo "Format and mount" -_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 -- 2.39.5