xfstests: fix 108 and enable it by default

Apply the prjquota check to the scratch device so that it doesn't fail,
and add the test to the auto and quick groups now that it works.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
Christoph Hellwig
2010-10-01 06:04:33 +02:00
parent 5715240aee
commit 5c67a98f5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,8 +86,8 @@ test_accounting()
} }
export MOUNT_OPTIONS="-opquota" export MOUNT_OPTIONS="-opquota"
_require_prjquota
_qmount _qmount
_require_prjquota $SCRATCH_DEV
# real QA test starts here # real QA test starts here
rm -f $tmp.projects $seq.full rm -f $tmp.projects $seq.full
+1 -1
View File
@@ -218,7 +218,7 @@ deprecated
105 acl auto quick 105 acl auto quick
106 quota 106 quota
107 quota 107 quota
108 quota 108 quota auto quick
109 metadata auto 109 metadata auto
110 repair auto 110 repair auto
111 ioctl 111 ioctl