1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-26 07:28:20 +08:00

Merge pull request #4469 from ipfs/kevina/fix-4467

Always set IPFS_PATH in test-lib.sh
This commit is contained in:
Whyrusleeping
2017-12-09 18:57:32 +01:00
committed by GitHub

View File

@ -40,6 +40,10 @@ SHARNESS_LIB="lib/sharness/sharness.sh"
# Please put go-ipfs specific shell functions below
# Make sure the ipfs path is set, also set in test_init_ipfs but that
# is not always used.
export IPFS_PATH="$(pwd)/.ipfs"
TEST_OS="$(uname -s | tr '[a-z]' '[A-Z]')"
# grab + output options