Skip to content

Commit

Permalink
Hide error message if countdown process is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Aug 5, 2022
1 parent bf5d4eb commit 6dc4685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libexec/bats-core/bats-exec-test
Expand Up @@ -231,7 +231,7 @@ bats_start_timeout_countdown() { # <timeout>

bats_abort_timeout_countdown() {
# kill the countdown process, don't care if its still there
kill -USR1 "$1" || true >/dev/null
kill -USR1 "$1" || true &>/dev/null
}

get_mills_since_epoch() {
Expand Down

0 comments on commit 6dc4685

Please sign in to comment.