Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9fcf6f9

Browse files
committedJun 25, 2015
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: Christian Couder <chriscool@tuxfamily.org>
1 parent c3f6369 commit 9fcf6f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎test/sharness/t0060-daemon.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ test_description="Test daemon command"
1010

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.