Skip to content

Commit 87397ee

Browse files
committed
Document Windows exec-server test quirk
1 parent 1147dc7 commit 87397ee

File tree

1 file changed

+1
-0
lines changed
  • codex-rs/exec-server/src/server/handler

1 file changed

+1
-0
lines changed

codex-rs/exec-server/src/server/handler/tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ async fn output_and_exit_are_retained_after_notification_receiver_closes() {
275275
process_id.as_str(),
276276
shell_argv(
277277
"sleep 0.05; printf 'first\\n'; sleep 0.05; printf 'second\\n'",
278+
// `cmd.exe` retains the space before `&&` in `echo first && ...`.
278279
"(echo first) && ping -n 2 127.0.0.1 >NUL && (echo second)",
279280
),
280281
))

0 commit comments

Comments
 (0)