From 5b558b0d5b9693bb63f3cbb58b5e9c8bd62b927b Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 20 Mar 2001 06:37:11 +0000 Subject: [PATCH] use testdev not scratch as scratch may not be a mnted xfs filesystem. --- common.quota | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.quota b/common.quota index 9e7649ad..12095401 100644 --- a/common.quota +++ b/common.quota @@ -39,7 +39,7 @@ # _require_quota() { - src/feature -q $SCRATCH_DEV + src/feature -q $TEST_DEV [ $? -ne 0 ] && _notrun "Installed kernel does not support XFS quota" [ ! -x /usr/sbin/repquota ] && _notrun "Quota user tools not installed" -- 2.39.5