allow mkfs arguments to be passed from the env for testing multiple
[xfstests-dev.git] / 021
diff --git a/021 b/021
index e2eeb19a8564dd02db0885d1105e6b666ea9ea67..f7586f5ac55ef63fe66e9e322f45d72fa3c406c6 100755 (executable)
--- a/021
+++ b/021
@@ -81,7 +81,7 @@ echo "*** mkfs"
 rm -f $seq.full
 umount $SCRATCH_DEV >/dev/null 2>&1
 
-mkfs -t xfs -f $SCRATCH_DEV >/dev/null \
+mkfs_xfs -f $SCRATCH_DEV >/dev/null \
     || _fail "mkfs failed"
   
 echo "*** mount FS"