@cryptotaxi247 / kubo / commits / b372b4879

sharness: init: bootstrap rm -all

sharness tests should not bootstrap to the dht. it may be useful to test that specifically, but not on the other tests.

Juan Batiz-Benet committed Jan 5, 2015 at 08:00 UTC b372b4879ed2963d1049870ac29c622ced9fa1a5
1 file changed +2 -1
test/lib/test-lib.sh
+2 -1
@@ -74,7 +74,8 @@ test_init_ipfs() {
74 test_expect_success "prepare config" '
75 mkdir mountdir ipfs ipns &&
76 ipfs config Mounts.IPFS "$(pwd)/ipfs" &&
77 - ipfs config Mounts.IPNS "$(pwd)/ipns"
77 + ipfs config Mounts.IPNS "$(pwd)/ipns" &&
78 + ipfs bootstrap rm --all
79 '
80
81 }