summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAtin Mukherjee <amukherj@redhat.com>2014-11-21 10:37:52 +0530
committerKaushal M <kaushal@redhat.com>2014-11-24 23:35:29 -0800
commit6600744dd1ade619685502f4d01d708acd95d8e8 (patch)
tree2754c2912b588aa575e4d41cad15c6f76db16f10 /tests
parent69d4b53380e3fe10edd94cba22a36f5a5f303348 (diff)
tests: mgmt_v3_locks.t fix
this patch fixes a small issue introduced by http://review.gluster.org/#/c/9114/ Change-Id: I42a91544fad2b5f8af70670e4c4cadcac094dd05 BUG: 1163543 Signed-off-by: Atin Mukherjee <amukherj@redhat.com> Reviewed-on: http://review.gluster.org/9171 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: 长财 余 <einstcrazy@gmail.com> Reviewed-by: Kaushal M <kaushal@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/mgmt_v3-locks.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/mgmt_v3-locks.t b/tests/basic/mgmt_v3-locks.t
index 1a3abd6a224..9d766f40602 100644
--- a/tests/basic/mgmt_v3-locks.t
+++ b/tests/basic/mgmt_v3-locks.t
@@ -70,7 +70,7 @@ function same_vol_remove_brick {
local vol=$1
local brick=$2
$CLI_1 volume remove-brick $1 $2 start &
- PID =$!
+ PID=$!
$CLI_2 volume remove-brick $1 $2 start
wait $PID
}