From: Christoph Hellwig Date: Fri, 1 Oct 2010 04:04:33 +0000 (+0200) Subject: xfstests: fix 108 and enable it by default X-Git-Tag: v1.1.0~138 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5c67a98f5d4c9f251df3fc3946befa4314694cea;p=xfstests-dev.git 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 Reviewed-by: Eric Sandeen --- diff --git a/108 b/108 index c1fb3d31..7fa200af 100755 --- a/108 +++ b/108 @@ -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 diff --git a/group b/group index e6dab133..9b7fc7ee 100644 --- a/group +++ b/group @@ -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