1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-27 18:04:20 +03:00

Fix a syntax error in one of the scripts, introduced by last commit.

This commit is contained in:
Petr Rockai 2008-09-30 17:50:56 +00:00
parent 28db8d6c7c
commit 71446a76b2

View File

@ -50,5 +50,5 @@ grep "^ Number of stripes (129) must be between 1 and 128\$" err
# 'lvcreate rejects an invalid stripe size'
not lvcreate -L 64M -n $lv -i2 --stripesize 3 $vg 2>err
grep "^ Invalid stripe size 3\.00 KB\$" err
case $(lvdisplay $vg) in "") true ;; *) false ;; esac'
case $(lvdisplay $vg) in "") true ;; *) false ;; esac