Skip to content

Commit

Permalink
these tests are broken
Browse files Browse the repository at this point in the history
see: #4078 (comment)

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
  • Loading branch information
Stebalien committed Jul 30, 2018
1 parent 52ddf8d commit a920136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sharness/t0023-shutdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_init_ipfs

test_launch_ipfs_daemon

test_expect_success "shutdown succeeds" '
test_expect_failure "shutdown succeeds" '
ipfs shutdown
'

Expand All @@ -26,7 +26,7 @@ test_expect_success "daemon no longer running" '

test_launch_ipfs_daemon --offline

test_expect_success "shutdown succeeds" '
test_expect_failure "shutdown succeeds" '
ipfs shutdown
'

Expand Down

0 comments on commit a920136

Please sign in to comment.