Skip to content

Commit

Permalink
tests: improve fork() test
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Nov 14, 2024
1 parent 9643911 commit 4c5ef02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def no_warnings_or_errors(stdout: bytes, stderr: bytes) -> bool:
checkers=[
output_checker,
no_warnings_or_errors,
lambda o, e: o.count(b"child status 0") == 1,
]
)),
]
Expand Down

0 comments on commit 4c5ef02

Please sign in to comment.