@cryptotaxi247 / kubo / commits / e29320466

Add t0040 test for offline daemon

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed May 15, 2016 at 21:32 UTC e293204666409f231d745eb75f33a3cfdf8269ca
1 file changed +7
test/sharness/t0040-add-and-cat.sh
+7
@@ -379,4 +379,11 @@ test_expect_success "ipfs cat file fails" '
379
380 test_add_named_pipe ""
381
382 +# Test daemon in offline mode
383 +test_launch_ipfs_daemon --offline
384 +
385 +test_add_cat_file
386 +
387 +test_kill_ipfs_daemon
388 +
389 test_done