mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
test: discard kill's output
This commit is contained in:
parent
539af5c441
commit
5e8656e101
@ -46,7 +46,7 @@ handle_signal() {
|
||||
wait_harder() {
|
||||
local pid="${1:?}"
|
||||
|
||||
while kill -0 "$pid"; do
|
||||
while kill -0 "$pid" &>/dev/null; do
|
||||
wait "$pid" || :
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user