tidy mkfs parameterisation, -f option pulled into common.rc.
[xfstests-dev.git] / 033
diff --git a/033 b/033
index 42e1ac1389801db27a4c60d9eb011bf6ba551dd0..78314d8fdfa23e3aea899e5473ef8c42cb27d8e9 100755 (executable)
--- a/033
+++ b/033
@@ -75,7 +75,7 @@ _check_root_inos()
 _require_scratch
 
 # devzero blows away 512byte blocks, so make 512byte inodes
-mkfs_xfs -f -i size=512 $SCRATCH_DEV | _filter_mkfs 2>/dev/null
+mkfs_xfs -isize=512 $SCRATCH_DEV | _filter_mkfs 2>/dev/null
 `xfs_db -r -c sb -c p $SCRATCH_DEV | grep 'ino = ' | \
        sed -e 's/ //g' -e 's/^/export /'`