use testdev not scratch as scratch may not be a mnted xfs filesystem.

This commit is contained in:
Nathan Scott
2001-03-20 06:37:11 +00:00
parent 8a4e6ccd55
commit 5b558b0d5b
+1 -1
View File
@@ -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"