From 5c67a98f5d4c9f251df3fc3946befa4314694cea Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 1 Oct 2010 06:04:33 +0200 Subject: [PATCH] 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 --- 108 | 2 +- group | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3