patch more_set_prog_path

This commit is contained in:
Eric Sandeen
2009-04-19 15:48:48 -05:00
parent 1525236a3b
commit b2fcff900d
11 changed files with 91 additions and 84 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ _require_quota()
{
src/feature -q $TEST_DEV
[ $? -ne 0 ] && _notrun "Installed kernel does not support XFS quota"
[ -x /usr/sbin/xfs_quota ] || _notrun "Quota user tools not installed"
[ -x $XFS_QUOTA_PROG ] || _notrun "Quota user tools not installed"
}
#