mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Regression test exercising realtime inheritance behavior.
This commit is contained in:
@@ -591,6 +591,15 @@ _require_realtime()
|
||||
_notrun "Realtime device required, skipped this test"
|
||||
}
|
||||
|
||||
# this test requires that a realtime subvolume is in use, and
|
||||
# that the kernel supports realtime as well.
|
||||
#
|
||||
_require_xfs_io()
|
||||
{
|
||||
[ -x /usr/sbin/xfs_io ] || \
|
||||
_notrun "xfs_io utility required, skipped this test"
|
||||
}
|
||||
|
||||
# this test requires that external log/realtime devices are not in use
|
||||
#
|
||||
_require_nonexternal()
|
||||
|
||||
Reference in New Issue
Block a user