test(cli): harden startup coverage

This commit is contained in:
csh
2026-07-11 21:58:33 +08:00
parent 100cfc0d0e
commit 98c05323cb
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@ def run_server(*arguments: str) -> subprocess.CompletedProcess[bytes]:
input=b"",
capture_output=True,
check=False,
timeout=5,
)