mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4: skip project quota tests if the kernel does not support them
In _scratch_enable_pquota, use _notrun if the file system with project quotas enable can't be mounted, since that indicates the kernel doesn't support that feature. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Acked-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -119,6 +119,9 @@ _scratch_enable_pquota()
|
||||
[ "$FSTYP" != "ext4" ] && return
|
||||
|
||||
tune2fs -O quota,project $SCRATCH_DEV >>$seqres.full 2>&1
|
||||
_scratch_mount >/dev/null 2>&1 \
|
||||
|| _notrun "kernel doesn't support project feature on $FSTYP"
|
||||
_scratch_unmount
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user