@cryptotaxi247 / kubo / commits / 0ba6bca13

sharness tests: added note re: daemon init

Juan Batiz-Benet committed Jan 5, 2015 at 08:08 UTC 0ba6bca130ac6ecd6b2abe772a282be392d9820b
1 file changed +1 -1
test/t0060-daemon.sh
+1 -1
@@ -11,7 +11,7 @@ test_description="Test daemon command"
11
12 . lib/test-lib.sh
13
14 -
14 +# NOTE: this should remove bootstrap peers (needs a flag)
15 test_expect_success "ipfs daemon --init launches" '
16 export IPFS_DIR="$(pwd)/.go-ipfs" &&
17 ipfs daemon --init 2>&1 >actual_init &