do qa testing on the new quota userspace.

This commit is contained in:
Nathan Scott
2001-03-29 06:25:45 +00:00
parent fc6653abdd
commit 05980740c0
2 changed files with 2 additions and 18 deletions
+2 -2
View File
@@ -42,9 +42,9 @@ _require_quota()
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"
[ ! -x /sbin/quotaon ] && _notrun "Quota user tools not installed"
/usr/sbin/repquota -m -s -a >/dev/null 2>&1
/sbin/quotaon -x 2>&1 | grep "option requires an argument -- x" >/dev/null
[ $? -ne 0 ] && _notrun "Installed quota tools do not support XFS"
}