From 249648d7b46653cdaea729b489b6900a50016941 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Mon, 9 Mar 2026 00:54:10 -0700 Subject: [PATCH] core: stabilize unicode shell command test --- codex-rs/core/tests/suite/shell_command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/core/tests/suite/shell_command.rs b/codex-rs/core/tests/suite/shell_command.rs index fe34630598..4e5b9d3b72 100644 --- a/codex-rs/core/tests/suite/shell_command.rs +++ b/codex-rs/core/tests/suite/shell_command.rs @@ -266,7 +266,7 @@ async fn unicode_output(login: bool) -> anyhow::Result<()> { mount_shell_responses_with_timeout( &harness, call_id, - "git -c alias.say='!printf \"%s\" \"naïve_café\"' say", + "echo 'naïve_café'", Some(login), MEDIUM_TIMEOUT, )