mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
tests: fix test compare
Comparing 64T can't use -eq
This commit is contained in:
parent
eb7ca96b59
commit
7b8133e0b2
@ -97,7 +97,7 @@ grep "WARNING: Maximum size" err
|
||||
|
||||
lvremove -f $vg
|
||||
|
||||
if test "$TSIZE" -eq 64T; then
|
||||
if test "$TSIZE" = 64T; then
|
||||
lvcreate -L24T -n $lv1 $vg
|
||||
# Warning about bigger then needed (24T data and 16G -> 128K chunk)
|
||||
lvconvert --yes -c 64 --thinpool $vg/$lv1 |& tee err
|
||||
|
Loading…
Reference in New Issue
Block a user