1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-02 03:28:25 +08:00

Add t0040 test for offline daemon

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Jakub Sztandera
2016-05-15 21:32:07 +02:00
parent bdea10ff0e
commit e293204666

View File

@ -379,4 +379,11 @@ test_expect_success "ipfs cat file fails" '
test_add_named_pipe ""
# Test daemon in offline mode
test_launch_ipfs_daemon --offline
test_add_cat_file
test_kill_ipfs_daemon
test_done