From: Hans Holmberg Date: Mon, 14 Oct 2024 12:22:21 +0000 (+0000) Subject: xfs/596: require non-zoned rt device X-Git-Tag: xfs-zoned-2024-11-18~9 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=808525fe6a35c048a84f6e65353af186b238ec34;p=users%2Fhch%2Fxfstests-dev.git xfs/596: require non-zoned rt device We don't support growfs for zoned rt devices, so skip the test in stead of failing. Signed-off-by: Hans Holmberg --- diff --git a/tests/xfs/596 b/tests/xfs/596 index 12c38c2e9..315d2ebfb 100755 --- a/tests/xfs/596 +++ b/tests/xfs/596 @@ -26,6 +26,7 @@ _cleanup() _require_scratch _require_realtime _require_no_large_scratch_dev +_require_non_zoned_device $SCRATCH_RTDEV # no growfs support for zoned rt devices _scratch_unmount 2>/dev/null _fill()