Skip to content

Commit 190230d

Browse files
authored
Try fixing failing test?
1 parent effef53 commit 190230d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/trio/_tests/test_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,8 +835,8 @@ async def test_process_group_SIGKILL_escalation(mock_clock: MockClock) -> None:
835835
"python",
836836
"-c",
837837
"import os, time, signal;"
838-
f"os.kill({os.getpid()}, signal.SIGHUP);"
839838
"signal.signal(signal.SIGTERM, signal.SIG_IGN);"
839+
f"os.kill({os.getpid()}, signal.SIGHUP);"
840840
"time.sleep(10)",
841841
],
842842
process_group=0,

0 commit comments

Comments
 (0)