We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c099b commit 6a1a18bCopy full SHA for 6a1a18b
1 file changed
codex-rs/exec-server/src/server/handler/tests.rs
@@ -275,6 +275,7 @@ async fn output_and_exit_are_retained_after_notification_receiver_closes() {
275
process_id.as_str(),
276
shell_argv(
277
"sleep 0.05; printf 'first\\n'; sleep 0.05; printf 'second\\n'",
278
+ // `cmd.exe` retains the space before `&&` in `echo first && ...`.
279
"(echo first) && ping -n 2 127.0.0.1 >NUL && (echo second)",
280
),
281
))
0 commit comments