From abf5478e2c2d782ac002f401218214cccee461a8 Mon Sep 17 00:00:00 2001 From: Stephen Whitmore Date: Mon, 22 Feb 2016 12:23:18 -0800 Subject: [PATCH] t0031: ensure iptb init happens License: MIT Signed-off-by: Stephen Whitmore --- test/sharness/t0031-mount-publish.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/sharness/t0031-mount-publish.sh b/test/sharness/t0031-mount-publish.sh index 309dc7801097..7164232e83cd 100755 --- a/test/sharness/t0031-mount-publish.sh +++ b/test/sharness/t0031-mount-publish.sh @@ -16,8 +16,10 @@ test_init_ipfs # start iptb + wait for peering NUM_NODES=3 -iptb init -n $NUM_NODES -f --bootstrap=none --port=0 -startup_cluster $NUM_NODES +test_expect_success 'init iptb' ' + iptb init -n $NUM_NODES -f --bootstrap=none --port=0 && + startup_cluster $NUM_NODES +' # pre-mount publish HASH=$(echo 'hello warld' | ipfsi 0 add -q)