1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-24 22:38:27 +08:00

fix starting iptb nodes with additional arguments

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
Steven Allen
2018-07-06 23:33:12 -07:00
parent efa4e332e9
commit cb0ad0d6ce

View File

@ -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