From e293204666409f231d745eb75f33a3cfdf8269ca Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Sun, 15 May 2016 21:32:07 +0200 Subject: [PATCH] Add t0040 test for offline daemon License: MIT Signed-off-by: Jakub Sztandera --- test/sharness/t0040-add-and-cat.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/sharness/t0040-add-and-cat.sh b/test/sharness/t0040-add-and-cat.sh index a37c605e7..97bc9cddb 100755 --- a/test/sharness/t0040-add-and-cat.sh +++ b/test/sharness/t0040-add-and-cat.sh @@ -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