Fix Windows exec-server output test

This commit is contained in:
Nathan Liebrecht
2026-04-10 13:23:11 -07:00
parent 41e490df30
commit a80238d34f

View File

@@ -275,7 +275,7 @@ async fn output_and_exit_are_retained_after_notification_receiver_closes() {
process_id.as_str(),
shell_argv(
"sleep 0.05; printf 'first\\n'; sleep 0.05; printf 'second\\n'",
"echo first && ping -n 2 127.0.0.1 >NUL && echo second",
"echo first&& ping -n 2 127.0.0.1 >NUL&& echo second",
),
))
.await