From 9fa364414c789401757c89d409de7faed6751bf8 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 13 Oct 2023 14:33:39 +0200 Subject: [PATCH] tests: skip for missing mkfs.xfs --- test/shell/dmstats-filemap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/shell/dmstats-filemap.sh b/test/shell/dmstats-filemap.sh index 4f16b0a77..d41a15e9a 100644 --- a/test/shell/dmstats-filemap.sh +++ b/test/shell/dmstats-filemap.sh @@ -15,6 +15,8 @@ SKIP_WITH_LVMLOCKD=1 . lib/inittest +which mkfs.xfs || skip + # Don't attempt to test stats with driver < 4.33.00 aux driver_at_least 4 33 || skip