From ac310c9e3f12d18048ac349f4c624d316d68f50f Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Wed, 1 Sep 2004 02:06:54 +0000 Subject: [PATCH] make sure it can mount with quotas --- 081 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/081 b/081 index 30ac7fc7..e3011c60 100755 --- a/081 +++ b/081 @@ -85,6 +85,12 @@ else start=2 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 _create_log _check_log -- 2.47.3