@cryptotaxi247 / kubo / commits / abb4d1760

sharness: don't run go-ipfs instance with default config

It conflicts with already running instance on the Dev's machine so running this test requires disabling the normal ipfs. The launch of ipfs here doesn't test much as we compare the config, after initing from it and we also launch from default config in many other cases (with few variables changed to not conflict with already running standalone ipfs instance). License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Dec 21, 2016 at 10:29 UTC abb4d1760b9f22ce6f6aee82a9f770209d735b81
1 file changed -4
test/sharness/t0022-init-default.sh
-4
@@ -48,8 +48,4 @@ test_expect_success "ipfs config output looks good" '
48 test_cmp expected actual
49 '
50
51 -test_launch_ipfs_daemon --offline
52 -
53 -test_kill_ipfs_daemon
54 -
51 test_done