From cb0ad0d6ce5358aee864114c47857c99b0e2d5f8 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Fri, 6 Jul 2018 23:33:12 -0700 Subject: [PATCH] fix starting iptb nodes with additional arguments License: MIT Signed-off-by: Steven Allen --- test/sharness/lib/iptb-lib.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/sharness/lib/iptb-lib.sh b/test/sharness/lib/iptb-lib.sh index 59276866e..94475b7ae 100644 --- a/test/sharness/lib/iptb-lib.sh +++ b/test/sharness/lib/iptb-lib.sh @@ -35,9 +35,9 @@ startup_cluster() { bound=$(expr "$num_nodes" - 1) if test -n "$other_args"; then - test_expect_success "start up nodes with additional args" ' - iptb start --args $other_args - ' + test_expect_success "start up nodes with additional args" " + iptb start --args \"${other_args[@]}\" + " else test_expect_success "start up nodes" ' iptb start