This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test/shell activate-minor.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mornfall@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]