[PATCH] xfs/653: require realtime
Andrey Albershteyn <[email protected]>
| Newsgroups | org.kernel.vger.fstests |
|---|---|
| Message-ID | <[email protected]> |
This test fails to mount without CONFIG_XFS_RT. Signed-off-by: Andrey Albershteyn <[email protected]> --- tests/xfs/653 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/653 b/tests/xfs/653 index 12d606c436f0..bba59cc36626 100755 --- a/tests/xfs/653 +++ b/tests/xfs/653 @@ -24,6 +24,7 @@ _cleanup() _require_test _require_loop +_require_realtime _require_xfs_io_command "truncate" fsbsize=4096 -- 2.51.2