patch more_set_prog_path
[xfstests-dev.git] / common.quota
index 0072a9e20e063634481a33d5ec48c58a10767050..3a9b9215a409941369b187d959f80d8239d9b5ee 100644 (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"
 }
 
 #