1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 15:42:21 +08:00

t0062: add peerid check

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder
2015-09-12 19:14:34 +02:00
parent 9563cb29d9
commit bec8224a0e

View File

@ -15,7 +15,8 @@ api_unreachable="/ip4/127.0.0.1/tcp/1"
test_expect_success "config setup" ' test_expect_success "config setup" '
api_fromcfg=$(ipfs config Addresses.API) && api_fromcfg=$(ipfs config Addresses.API) &&
peerid=$(ipfs config Identity.PeerID) peerid=$(ipfs config Identity.PeerID) &&
test_check_peerid "$peerid"
' '
test_client() { test_client() {