check we support quotas

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

  check we support quotas
This commit is contained in:
Tim Shimmin
2005-09-20 15:32:55 +00:00
parent be529ae745
commit f466b363f4
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -57,6 +57,7 @@ _cleanup()
# get standard environment, filters and checks
. ./common.rc
. ./common.filter
. ./common.quota
# real QA test starts here
@@ -64,6 +65,7 @@ _supported_fs xfs
_supported_os IRIX Linux
_require_scratch
_require_quota
mkfs.xfs -f $SCRATCH_DEV >/dev/null 2>&1
mount -o uquota $SCRATCH_DEV $SCRATCH_MNT
+2
View File
@@ -57,6 +57,7 @@ _cleanup()
# get standard environment, filters and checks
. ./common.rc
. ./common.filter
. ./common.quota
# real QA test starts here
@@ -65,6 +66,7 @@ _supported_fs xfs
_supported_os IRIX Linux
_require_scratch
_require_quota
_chowning_file()
{