Commit 1a772971 authored by Christian Couder's avatar Christian Couder Committed by Juan Batiz-Benet

t0060: export IPFS_PATH

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: default avatarChristian Couder <chriscool@tuxfamily.org>
parent ac7d25c2
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment