diff --git a/zebra-test/src/command.rs b/zebra-test/src/command.rs index b6b3255e..0323e454 100644 --- a/zebra-test/src/command.rs +++ b/zebra-test/src/command.rs @@ -231,7 +231,7 @@ impl TestChild { } } - if self.past_deadline() && self.is_running() { + if self.is_running() { // If the process exits between is_running and kill, we will see // spurious errors here. If that happens, ignore "no such process" // errors from kill.