mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
use testdev not scratch as scratch may not be a mnted xfs filesystem.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user