From: Nathan Scott Date: Tue, 20 Mar 2001 06:37:11 +0000 (+0000) Subject: use testdev not scratch as scratch may not be a mnted xfs filesystem. X-Git-Tag: v1.1.0~1294 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b558b0d5b9693bb63f3cbb58b5e9c8bd62b927b;p=xfstests-dev.git use testdev not scratch as scratch may not be a mnted xfs filesystem. --- 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"