summaryrefslogtreecommitdiffstats
path: root/test/shell
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-05-16 15:01:06 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2012-05-16 15:01:06 +0000
commit313a71048e8f9294cad01e77424828a10149c7ff (patch)
treeec7d24735cfe3f34aa035dfadf2d699cdfb23b2f /test/shell
parentec509526526e3cdeeeeeecfd65fe063779016351 (diff)
downloadlvm2-313a71048e8f9294cad01e77424828a10149c7ff.tar.gz
lvm2-313a71048e8f9294cad01e77424828a10149c7ff.tar.xz
lvm2-313a71048e8f9294cad01e77424828a10149c7ff.zip
snaps of mirrors are enabled
Diffstat (limited to 'test/shell')
-rw-r--r--test/shell/snapshots-of-mirrors.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/shell/snapshots-of-mirrors.sh b/test/shell/snapshots-of-mirrors.sh
index f52cb7aa..239ce811 100644
--- a/test/shell/snapshots-of-mirrors.sh
+++ b/test/shell/snapshots-of-mirrors.sh
@@ -15,7 +15,8 @@ aux prepare_vg 4
# Attempt to create snapshot of a mirror origin - should fail
lvcreate -m 1 -L 10M -n lv $vg
-not lvcreate -s $vg/lv -L 10M -n snap
+
+lvcreate -s $vg/lv -L 10M -n snap
exit 0