make sure it can mount with quotas

This commit is contained in:
Tim Shimmin
2004-09-01 02:06:54 +00:00
parent c76942d8c5
commit ac310c9e3f
+6
View File
@@ -85,6 +85,12 @@ else
start=2 start=2
fi fi
# mount with quotas?
_scratch_mkfs_xfs 1>/dev/null 2>&1
_qmount
src/feature -u $SCRATCH_DEV || _notrun "No quota support at mount time"
umount $SCRATCH_MNT
_mkfs_log _mkfs_log
_create_log _create_log
_check_log _check_log