1
0
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:
Marian Csontos 2015-07-10 14:59:15 +02:00
parent 3d2c4dc034
commit 47ac6a1a2e

View File

@ -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