Skip to content

Commit df8b8b4

Browse files
committed
sharness: fix improper use of test_expect_failure
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 96b0961 commit df8b8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0600-issues-and-regressions-online.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_expect_success "args expecting stdin dont crash when not given" '
2424
'
2525

2626
test_expect_success "no panic traces on daemon" '
27-
test_expect_failure grep "nil pointer dereference" daemon_err
27+
test_must_fail grep "nil pointer dereference" daemon_err
2828
'
2929

3030
test_kill_ipfs_daemon

0 commit comments

Comments
 (0)