1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-22 12:51:19 +08:00

t0031: ensure iptb init happens

License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
This commit is contained in:
Stephen Whitmore
2016-02-22 12:23:18 -08:00
parent b66e089ec1
commit f4367f6831

View File

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