1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-11 09:18:25 +03:00

Fix vgsplit tests 12-13

This commit is contained in:
Dave Wysochanski 2008-01-22 03:30:14 +00:00
parent 95a69f99ba
commit b65f5a844f

View File

@ -135,7 +135,8 @@ test_expect_success \
test_expect_success \
'vgsplit rejects vg with active lv' \
'vgcreate $vg1 $d1 $d2 &&
'pvcreate -ff -M2 $d3 $d4 &&
vgcreate $vg1 $d1 $d2 &&
vgcreate $vg2 $d3 $d4 &&
lvcreate -l 4 -n lv1 $vg1 &&
vgsplit $vg1 $vg2 $d1 2>err;