allow mkfs arguments to be passed from the env for testing multiple
[xfstests-dev.git] / common.dump
index 88651c50691e74540e695426266f57172c55c710..7f96411ac6b69f66942b9d874fe587b80f602cfc 100644 (file)
@@ -248,7 +248,7 @@ _wipe_fs()
 {
     _require_scratch
 
-    mkfs -t xfs $MKFS_OPTS $SCRATCH_DEV>>$seq.full  ||\
+    mkfs_xfs $MKFS_OPTS $SCRATCH_DEV>>$seq.full  ||\
        _error "mkfs failed"
       
     mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\