@cryptotaxi247 / kubo / commits / bec8224a0

t0062: add peerid check

License: MIT Signed-off-by: Christian Couder <chriscool@tuxfamily.org>

Christian Couder committed Sep 12, 2015 at 19:14 UTC bec8224a0ee7cd56da6b612c3321bced9cac19bd
1 file changed +2 -1
test/sharness/t0062-daemon-api.sh
+2 -1
@@ -15,7 +15,8 @@ api_unreachable="/ip4/127.0.0.1/tcp/1"
15
16 test_expect_success "config setup" '
17 api_fromcfg=$(ipfs config Addresses.API) &&
18 - peerid=$(ipfs config Identity.PeerID)
18 + peerid=$(ipfs config Identity.PeerID) &&
19 + test_check_peerid "$peerid"
20 '
21
22 test_client() {