Compare commits

...

1 Commits

Author SHA1 Message Date
Ahmed Ibrahim
249648d7b4 core: stabilize unicode shell command test 2026-03-09 00:54:10 -07:00

View File

@@ -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,
)