From db603d8f5bcbecece819bdec17ee9a35268fcac1 Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Mon, 26 Sep 2016 14:44:32 +0200 Subject: [PATCH] osd-fast-mark-down.sh: fix typo in variable assignments Assignments to variables do not want a '$' in front of them. Signed-off-by: Willem Jan Withagen --- src/test/osd/osd-fast-mark-down.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/osd/osd-fast-mark-down.sh b/src/test/osd/osd-fast-mark-down.sh index 33c88b27eae8a..77fcc861f98bc 100755 --- a/src/test/osd/osd-fast-mark-down.sh +++ b/src/test/osd/osd-fast-mark-down.sh @@ -59,8 +59,8 @@ function test_fast_kill() { rados -p rbd bench 10 write -b 4096 --max-objects 128 --no-cleanup sleep 1 - $killid=0 - $previd=0 + killid=0 + previd=0 # kill random osd and see if 1 sec after, the osd count decreased. for i in {1..2}; do