From 0ba6bca130ac6ecd6b2abe772a282be392d9820b Mon Sep 17 00:00:00 2001 From: Juan Batiz-Benet Date: Mon, 5 Jan 2015 08:08:56 -0800 Subject: [PATCH] sharness tests: added note re: daemon init --- test/t0060-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t0060-daemon.sh b/test/t0060-daemon.sh index f23f85d04..e2a5b6173 100755 --- a/test/t0060-daemon.sh +++ b/test/t0060-daemon.sh @@ -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 &