summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Csontos <mcsontos@redhat.com>2015-07-10 14:59:15 +0200
committerMarian Csontos <mcsontos@redhat.com>2015-07-10 16:15:15 +0200
commit47ac6a1a2eedd191ac69dea45490f8104b596fc5 (patch)
tree13e1ce02e926703f89de0609172e1216f4d57963
parent3d2c4dc034d685a8d1cf07131a2194ac925852ef (diff)
downloadlvm2-47ac6a1a2eedd191ac69dea45490f8104b596fc5.tar.gz
test: Fix syntax error in prepare_devs
-rw-r--r--test/lib/aux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/aux.sh b/test/lib/aux.sh
index 459e7f13c..f870501c3 100644
--- a/test/lib/aux.sh
+++ b/test/lib/aux.sh
@@ -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