[lvm-devel] LVM2/test/shell activate-minor.sh

mornfall at sourceware.org mornfall at sourceware.org
Fri Mar 16 11:36:51 UTC 2012


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall at sourceware.org	2012-03-16 11:36:51

Modified files:
	test/shell     : activate-minor.sh 

Log message:
	Relax the active-minor test a bit.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/shell/activate-minor.sh.diff?cvsroot=lvm2&r1=1.1&r2=1.2

--- LVM2/test/shell/activate-minor.sh	2012/03/16 10:43:52	1.1
+++ LVM2/test/shell/activate-minor.sh	2012/03/16 11:36:51	1.2
@@ -16,4 +16,4 @@
 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




More information about the lvm-devel mailing list