]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/432: use _scratch_mkfs_xfs
authorChristoph Hellwig <hch@lst.de>
Wed, 7 Aug 2024 14:35:09 +0000 (07:35 -0700)
committerZorro Lang <zlang@kernel.org>
Thu, 8 Aug 2024 09:34:39 +0000 (17:34 +0800)
Use _scratch_mkfs_xfs instead of _scratch_mkfs to get _notrun handling
for unsupported option combinations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/432

index 0e531e96353298a3f5a3bfa2748cdc6cb4ee4621..52aeecf2bc0769b7b78a0e501234a8babb28f16d 100755 (executable)
@@ -52,7 +52,7 @@ echo "Format and mount"
 # dablock.  33 dirblocks * 64k mean that we can expand a directory by
 # 2112k before we have to allocate another da btree block.
 
-_scratch_mkfs -b size=1k -n size=64k > "$seqres.full" 2>&1
+_scratch_mkfs_xfs -b size=1k -n size=64k > "$seqres.full" 2>&1
 _scratch_mount >> "$seqres.full" 2>&1
 
 testdir="$SCRATCH_MNT/test-$seq"