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@xxxxxx>
Index: xfstests-dev/108
===================================================================
--- xfstests-dev.orig/108 2010-09-12 17:04:58.000000000 +0000
+++ xfstests-dev/108 2010-09-12 17:05:23.000000000 +0000
@@ -86,8 +86,8 @@ test_accounting()
}
export MOUNT_OPTIONS="-opquota"
-_require_prjquota
_qmount
+_require_prjquota $SCRATCH_DEV
# real QA test starts here
rm -f $tmp.projects $seq.full
Index: xfstests-dev/group
===================================================================
--- xfstests-dev.orig/group 2010-09-12 17:05:43.000000000 +0000
+++ xfstests-dev/group 2010-09-12 17:06:32.000000000 +0000
@@ -218,7 +218,7 @@ deprecated
105 acl auto quick
106 quota
107 quota
-108 quota
+108 quota auto quick
109 metadata auto
110 repair auto
111 ioctl
|