Skip to content

Commit

Permalink
Removes unnecessary daemon setup.
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Stephen Whitmore <noffle@ipfs.io>
  • Loading branch information
Stephen Whitmore authored and hackergrrl committed Apr 28, 2016
1 parent bd08815 commit 20eb0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/commands/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ var DhtCmd = &cmds.Command{

var queryDhtCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Find the closest peers to a given key.",
ShortDescription: ``,
Tagline: "Find the closest Peer IDs to a given Peer ID by querying the DHT.",
ShortDescription: "Outputs a list of newline-delimited Peer IDs.",
},

Arguments: []cmds.Argument{
Expand Down
3 changes: 0 additions & 3 deletions test/sharness/t0235-cli-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test_description="test http requests made by cli"
. lib/test-lib.sh

test_init_ipfs
test_launch_ipfs_daemon

test_expect_success "can make http request against nc server" '
go-sleep 0.5s | nc -l 5005 > nc_out &
Expand All @@ -28,6 +27,4 @@ test_expect_success "api flag does not appear in request" '
test_expect_code 1 grep "api=/ip4" nc_out
'

test_kill_ipfs_daemon

test_done

0 comments on commit 20eb0c8

Please sign in to comment.