xfs/263: use _scratch_mkfs_xfs instead of open-coded mkfs call
[xfstests-dev.git] / tests / xfs / 263
index 75477937b4009bb08bfd5fee846ded0e3a33fa5b..578f9ee73d9b44e8ec6efeaac0e6500cdf9ddc08 100755 (executable)
@@ -75,11 +75,11 @@ function test_all_state()
 
 echo "==== NO CRC ===="
 # Control size to control inode numbers
-$MKFS_XFS_PROG -f -m crc=0 -n ftype=0 -d size=512m $SCRATCH_DEV >>$seqres.full
+_scratch_mkfs_xfs "-m crc=0 -n ftype=0 -d size=512m" >> $seqres.full
 test_all_state
 
 echo "==== CRC ===="
-$MKFS_XFS_PROG -f -m crc=1 -d size=512m $SCRATCH_DEV >>$seqres.full
+_scratch_mkfs_xfs "-m crc=1 -d size=512m" >>$seqres.full
 test_all_state
 
 status=0