summaryrefslogtreecommitdiffstats
path: root/test/shell
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2012-03-16 11:36:51 +0000
committerPetr Rockai <prockai@redhat.com>2012-03-16 11:36:51 +0000
commit5ee11ece1a8bf4254f53664c4c2e223a3e860d67 (patch)
treef4c63e023a229169189fa18450ce0d98e3f935e0 /test/shell
parentf1d117f9f9086f04ca9fc45cf990226152e16bf1 (diff)
downloadlvm2-5ee11ece1a8bf4254f53664c4c2e223a3e860d67.tar.gz
lvm2-5ee11ece1a8bf4254f53664c4c2e223a3e860d67.tar.xz
lvm2-5ee11ece1a8bf4254f53664c4c2e223a3e860d67.zip
Relax the active-minor test a bit.
Diffstat (limited to 'test/shell')
-rw-r--r--test/shell/activate-minor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/activate-minor.sh b/test/shell/activate-minor.sh
index 63d70bbe..5433f01e 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