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 t-covercmd.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2008-08-13 14:28:18

Modified files:
	test           : t-covercmd.sh 

Log message:
	valid parameter for lvchange -p is 'rw'

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

--- LVM2/test/t-covercmd.sh	2008/08/13 13:49:07	1.1
+++ LVM2/test/t-covercmd.sh	2008/08/13 14:28:17	1.2
@@ -71,7 +71,7 @@
 test_expect_success "test various lvm utils" \
   'lvmdiskscan &&
    for i in dumpconfig formats segtypes ; do lvm $i ; done &&
-   for i in pr pw an ay -refresh  "-monitor y" "-monitor n" \
+   for i in pr \"p rw\" an ay -refresh  "-monitor y" "-monitor n" \
       "-persistent n" -resync \
       "-addtag MYTAG" "-deltag MYTAG"; \
       do lvchange -$i "$vg"/"$lv" ; done &&


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