allow mkfs arguments to be passed from the env for testing multiple

block sizes.
This commit is contained in:
Nathan Scott
2002-01-20 00:47:43 +00:00
parent a7d6e4ed5c
commit 36d5db422b
30 changed files with 56 additions and 33 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ _require_scratch
echo "*** get uuid"
uuid=`_get_uuid $TEST_DEV`
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 on $SCRATCH_DEV"