[lvm-devel] [PATCH 2 of 12] LVM: testsuite fixes 2

Jonathan Brassow jbrassow at redhat.com
Thu Mar 18 20:53:07 UTC 2010


Patch name: lvm-testsuite-fixes-2.patch

Flip the 'not' on a test that should be working.

Index: LVM2/test/t-lvconvert-repair.sh
===================================================================
--- LVM2.orig/test/t-lvconvert-repair.sh
+++ LVM2/test/t-lvconvert-repair.sh
@@ -69,5 +69,5 @@ vgextend $vg $dev3
 lvcreate -m 2 -l 1 -n mirror2 $vg $dev1 $dev2 $dev3 $dev4
 vgchange -a n $vg
 pvremove -ff -y $dev4
-echo 'y' | not lvconvert -y -i 1 --repair $vg/mirror2
+echo 'y' | lvconvert -y -i 1 --repair $vg/mirror2
 vgs




More information about the lvm-devel mailing list