Skip to content

Commit 6a9b174

Browse files
Fixed windows tests
1 parent 617d1d3 commit 6a9b174

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

acceptance/selftest/kill_caller/mid_request/test.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ New = '[PROCESS_KILLED]'
1515
# On Windows, there's no "Killed" message - just empty line before Exit code
1616
# Insert [PROCESS_KILLED] placeholder for consistency
1717
Old = '(\n>>> errcode [^\n]+\n)\nExit code:'
18-
New = '${1}[PROCESS_KILLED]\n\nExit code:'
18+
New = """${1}[PROCESS_KILLED]
19+
20+
Exit code:"""
1921

2022
[[Repls]]
2123
# Normalize exit code: 137 on Unix (128 + SIGKILL), 1 on Windows

acceptance/selftest/kill_caller/test.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ New = '[PROCESS_KILLED]'
1616
# On Windows, there's no "Killed" message - just empty line before Exit code
1717
# Insert [PROCESS_KILLED] placeholder for consistency
1818
Old = '(\n>>> errcode [^\n]+\n)\nExit code:'
19-
New = '${1}[PROCESS_KILLED]\n\nExit code:'
19+
New = """${1}[PROCESS_KILLED]
20+
21+
Exit code:"""
2022

2123
[[Repls]]
2224
# Normalize exit code: 137 on Unix (128 + SIGKILL), 1 on Windows

0 commit comments

Comments
 (0)