@cryptotaxi247 / kubo / commits / 28652758d

fix tests for iptb update

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Nov 6, 2018 at 15:51 UTC 28652758df62442a3f8d07150cbb510b799abf33
1 file changed +2 -2
test/sharness/t0184-http-proxy-over-p2p.sh
+2 -2
@@ -124,14 +124,14 @@ function curl_send_multipart_form_request() {
124 }
125
126 test_expect_success 'configure nodes' '
127 - iptb init -n 2 -p 0 -f --bootstrap=none &&
127 + iptb testbed create -type localipfs -count 2 -force -init &&
128 ipfsi 0 config --json Experimental.Libp2pStreamMounting true &&
129 ipfsi 1 config --json Experimental.Libp2pStreamMounting true &&
130 ipfsi 0 config --json Experimental.P2pHttpProxy true
131 '
132
133 test_expect_success 'start and connect nodes' '
134 - iptb start && iptb connect 0 1
134 + iptb start -wait && iptb connect 0 1
135 '
136
137 test_expect_success 'setup p2p listener on the receiver' '