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:
parent
28db8d6c7c
commit
71446a76b2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user