mirror of
git://sourceware.org/git/lvm2.git
synced 2025-02-24 17:57:48 +03:00
test: Fix syntax error in prepare_devs
This commit is contained in:
parent
3d2c4dc034
commit
47ac6a1a2e
@ -545,7 +545,7 @@ prepare_devs() {
|
||||
# sanlock requires more space for the internal sanlock lv
|
||||
# This could probably be lower, but what are the units?
|
||||
if test -n "$LVM_TEST_LOCK_TYPE_SANLOCK" ; then
|
||||
devsize = 1024
|
||||
devsize=1024
|
||||
fi
|
||||
|
||||
touch DEVICES
|
||||
|
Loading…
x
Reference in New Issue
Block a user