Skip to content

Commit

Permalink
t0060: export IPFS_PATH
Browse files Browse the repository at this point in the history
IPFS_PATH should really be exported to make sure it is
available to the ipfs binary.

It looks like sharness tests fail otherwise on CircleCi.

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
  • Loading branch information
chriscool committed Jun 25, 2015
1 parent c3f6369 commit 9fcf6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sharness/t0060-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ test_description="Test daemon command"

# this needs to be in a different test than "ipfs daemon --init" below
test_expect_success "setup IPFS_PATH" '
IPFS_PATH="$(pwd)/.ipfs"
IPFS_PATH="$(pwd)/.ipfs" &&
export IPFS_PATH
'

# NOTE: this should remove bootstrap peers (needs a flag)
Expand Down

0 comments on commit 9fcf6f9

Please sign in to comment.