Skip to content

Commit

Permalink
sharness: fix improper use of test_expect_failure
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Kubuxu authored and whyrusleeping committed Aug 3, 2016
1 parent 2cae0bc commit 8273b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0600-issues-and-regressions-online.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test_expect_success "args expecting stdin dont crash when not given" '
'

test_expect_success "no panic traces on daemon" '
test_expect_failure grep "nil pointer dereference" daemon_err
test_must_fail grep "nil pointer dereference" daemon_err
'

test_kill_ipfs_daemon
Expand Down

0 comments on commit 8273b0f

Please sign in to comment.