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 committed Apr 25, 2016
1 parent 07280de commit 0e4e778
Showing 1 changed file with 0 additions and 3 deletions.
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 0e4e778

Please sign in to comment.