summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/shell/testcases/transactions/30s-stress2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shell/testcases/transactions/30s-stress b/tests/shell/testcases/transactions/30s-stress
index ef3e1d3e..e92b9226 100755
--- a/tests/shell/testcases/transactions/30s-stress
+++ b/tests/shell/testcases/transactions/30s-stress
@@ -324,7 +324,7 @@ random_elem()
FLAGS=("")
available_flags FLAGS $key
- for flags in ${FLAGS[@]} ; do
+ for flags in "${FLAGS[@]}" ; do
cnt=$((cnt+1))
if [ $f -ne fkr ] ;then
f=$((f+1))