summaryrefslogtreecommitdiff
path: root/032
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-01-20 00:47:43 +0000
committerNathan Scott <nathans@sgi.com>2002-01-20 00:47:43 +0000
commit36d5db422bed38ae326a18770b0ffacf6626425c (patch)
tree911544d71acc5dfc573876200825bf3f8a72ff21 /032
parenta7d6e4ed5cb7b8c21bf81853ea384101ce15a4b7 (diff)
allow mkfs arguments to be passed from the env for testing multiple
block sizes.
Diffstat (limited to '032')
-rwxr-xr-x0322
1 files changed, 1 insertions, 1 deletions
diff --git a/032 b/032
index f3f8bb41..7ab621c5 100755
--- a/032
+++ b/032
@@ -79,7 +79,7 @@ do
# next, ensure we don't overwrite it
echo "=== Attempting XFS overwrite of $fs..." >>$seq.full
- mkfs -t xfs $SCRATCH_DEV >>$seq.full 2>&1
+ mkfs_xfs $SCRATCH_DEV >>$seq.full 2>&1
[ $? -eq 0 ] && echo "Failed - overwrote fs type ${fs}!"
done