From 5ee11ece1a8bf4254f53664c4c2e223a3e860d67 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Fri, 16 Mar 2012 11:36:51 +0000 Subject: [PATCH] Relax the active-minor test a bit. --- test/shell/activate-minor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell/activate-minor.sh b/test/shell/activate-minor.sh index 63d70bbee..5433f01e5 100644 --- a/test/shell/activate-minor.sh +++ b/test/shell/activate-minor.sh @@ -16,4 +16,4 @@ lvcreate -a n --zero n -l 1 -n foo $vg lvchange $vg/foo -My --major=255 --minor=123 lvchange $vg/foo -a y dmsetup info $vg-foo | tee info -grep "254, 123" info +egrep "^Major, minor: *[0-9]+, 123" info -- 2.43.5