1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

Using 'not' if the test 'should' fail.

This commit is contained in:
Zdenek Kabelac 2010-04-06 14:24:13 +00:00
parent bf1152ff75
commit deb4382dd0

View File

@ -38,5 +38,5 @@ cleanup_lvs
# --
# Create mirror on one dev with mirrored log using --alloc anywhere, should fail
lvcreate -m 1 -l4 -n $lv1 --mirrorlog mirrored $vg --alloc anywhere $dev1
not lvcreate -m 1 -l4 -n $lv1 --mirrorlog mirrored $vg --alloc anywhere $dev1
cleanup_lvs