From: Tim Shimmin Date: Wed, 1 Sep 2004 02:06:54 +0000 (+0000) Subject: make sure it can mount with quotas X-Git-Tag: v1.1.0~789 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ac310c9e3f12d18048ac349f4c624d316d68f50f;p=users%2Fhch%2Fxfstests-dev.git make sure it can mount with quotas --- diff --git a/081 b/081 index 30ac7fc73..e3011c60b 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