sharness tests: added note re: daemon init

This commit is contained in:
Juan Batiz-Benet 2015-01-05 08:08:56 -08:00
parent e785ad1d64
commit 0ba6bca130

View File

@ -11,7 +11,7 @@ test_description="Test daemon command"
. lib/test-lib.sh
# NOTE: this should remove bootstrap peers (needs a flag)
test_expect_success "ipfs daemon --init launches" '
export IPFS_DIR="$(pwd)/.go-ipfs" &&
ipfs daemon --init 2>&1 >actual_init &