Commit bec8224a authored by Christian Couder's avatar Christian Couder

t0062: add peerid check

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent 9563cb29
......@@ -15,7 +15,8 @@ api_unreachable="/ip4/127.0.0.1/tcp/1"
test_expect_success "config setup" '
api_fromcfg=$(ipfs config Addresses.API) &&
peerid=$(ipfs config Identity.PeerID)
peerid=$(ipfs config Identity.PeerID) &&
test_check_peerid "$peerid"
'
test_client() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment