allow mkfs arguments to be passed from the env for testing multiple
[xfstests-dev.git] / 009
diff --git a/009 b/009
index 6758c991a17d2c11a15d8b427eedc9db7b1cf0b8..f4aacbc0485a97f0a47615c771ac576e3aefe477 100755 (executable)
--- a/009
+++ b/009
@@ -61,7 +61,7 @@ _block_filter()
 _init()
 {
     echo "*** mkfs"
-    if ! mkfs -t xfs -f $SCRATCH_DEV >$tmp.out 2>&1
+    if ! mkfs_xfs -f $SCRATCH_DEV >$tmp.out 2>&1
     then
        cat $tmp.out
         echo "failed to mkfs $SCRATCH_DEV"