@cryptotaxi247 / kubo / commits / 8273b0f49

sharness: fix improper use of test_expect_failure

License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Aug 1, 2016 at 13:03 UTC 8273b0f49372a8353abc8b8376f93c03beee3d0d
1 file changed +1 -1
test/sharness/t0600-issues-and-regressions-online.sh
+1 -1
@@ -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
27 + test_must_fail grep "nil pointer dereference" daemon_err
28 '
29
30 test_kill_ipfs_daemon