1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-27 18:04:20 +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 54555a6fab
commit 4512267bf1

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