]> sourceware.org Git - lvm2.git/commitdiff
test: Fix syntax error in prepare_devs
authorMarian Csontos <mcsontos@redhat.com>
Fri, 10 Jul 2015 12:59:15 +0000 (14:59 +0200)
committerMarian Csontos <mcsontos@redhat.com>
Fri, 10 Jul 2015 14:15:15 +0000 (16:15 +0200)
test/lib/aux.sh

index 459e7f13c8f0f3302511638ff5f396a32bfa3955..f870501c37fbd7a6ac75e1744c4f317179fa83a3 100644 (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
This page took 0.042555 seconds and 5 git commands to generate.