Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
bec8224a
Commit
bec8224a
authored
Sep 12, 2015
by
Christian Couder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
t0062: add peerid check
License: MIT Signed-off-by:
Christian Couder
<
chriscool@tuxfamily.org
>
parent
9563cb29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/sharness/t0062-daemon-api.sh
test/sharness/t0062-daemon-api.sh
+2
-1
No files found.
test/sharness/t0062-daemon-api.sh
View file @
bec8224a
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment