Fix the intermittent test failure due to the failure of mkfs.

Merge of master-melb:xfs-cmds:30166a by kenmcd.

  remove an extra redundand argument to mkfs which causes the failure of mkfs.
This commit is contained in:
Mohamed Barwani
2007-11-30 05:14:17 +00:00
parent 10d8635dd3
commit ba7c65a2ab
+2 -1
View File
@@ -85,7 +85,8 @@ _exercise()
umount $SCRATCH_MNT 2>/dev/null
}
_scratch_mkfs_xfs $SCRATCH_DEV >/dev/null 2>&1
_scratch_mkfs_xfs >> $seq.full 2>&1 || _fail "mkfs failed!"
_qmount_option "uquota,gquota"
_qmount
if src/feature -G $SCRATCH_DEV ; then