use testdev not scratch as scratch may not be a mnted xfs filesystem.
authorNathan Scott <nathans@sgi.com>
Tue, 20 Mar 2001 06:37:11 +0000 (06:37 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 20 Mar 2001 06:37:11 +0000 (06:37 +0000)
common.quota

index 9e7649ad33d79787e87315658d51a96f019e3da9..12095401427a6ce15ab34ef8ba10dd56f1415229 100644 (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"