mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 08:18:03 +08:00
sharness: fix improper use of test_expect_failure
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
parent
2cae0bc616
commit
8273b0f493
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user