We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b0961 commit df8b8b4Copy full SHA for df8b8b4
test/sharness/t0600-issues-and-regressions-online.sh
@@ -24,7 +24,7 @@ test_expect_success "args expecting stdin dont crash when not given" '
24
'
25
26
test_expect_success "no panic traces on daemon" '
27
- test_expect_failure grep "nil pointer dereference" daemon_err
+ test_must_fail grep "nil pointer dereference" daemon_err
28
29
30
test_kill_ipfs_daemon
0 commit comments