Regression test exercising realtime inheritance behavior.

This commit is contained in:
fsgqa
2004-08-20 06:44:08 +00:00
parent 2120c040f0
commit 25f40eb0b2
4 changed files with 137 additions and 0 deletions
+9
View File
@@ -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()