提交 1a772971 作者: Christian Couder 提交者: 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: 's avatarChristian Couder <chriscool@tuxfamily.org>
上级 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论