From: Christoph Hellwig Date: Fri, 21 Mar 2025 07:21:32 +0000 (+0100) Subject: xfs/540: use _scratch_mkfs_xfs X-Git-Tag: v2025.03.30~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=332dd50da02b835ad5be7af764011aac21333bfe;p=xfstests-dev.git 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 --- 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