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 14:59:15 +0200
commit06041318f5a578c49cac19cb6dbf49e60c56c618 (patch)
tree0fe6a53c0e2340096d6cfdc2d592afdab26a6e6f
parent74bdbefbdc78ec5cb54a045624b7de710c3f3b6b (diff)
downloadlvm2-06041318f5a578c49cac19cb6dbf49e60c56c618.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