From 5d0c7685f958b5c7fb94f6f213f5b9d2b555b370 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 8 Nov 2021 15:41:39 -0600 Subject: [PATCH] test rhel5 sysfs --- test/shell/activate-minor.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/shell/activate-minor.sh b/test/shell/activate-minor.sh index 1b1ea8bda..e40cdfc09 100644 --- a/test/shell/activate-minor.sh +++ b/test/shell/activate-minor.sh @@ -15,6 +15,8 @@ SKIP_WITH_LVMPOLLD=1 . lib/inittest +find /sys + # Just skip this test if minor is already in use... dmsetup info | tee info grep -E "^Major, minor: *[0-9]+, 123" info && skip