From 9dbc08235675a34a62ec87beac826da52856c19b Mon Sep 17 00:00:00 2001 From: galz10 Date: Tue, 10 Mar 2026 11:15:18 -0700 Subject: [PATCH] chore: fix windows int test --- integration-tests/background_shell_output.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/background_shell_output.test.ts b/integration-tests/background_shell_output.test.ts index a50feddc56..66144f9a3f 100644 --- a/integration-tests/background_shell_output.test.ts +++ b/integration-tests/background_shell_output.test.ts @@ -27,7 +27,7 @@ describe('Background Shell Output Logging', () => { // Since we're in the test rig, we have to be careful with how we background. // The run_shell_command tool backgrounds if is_background: true is passed. - const prompt = `Please run the command "echo start && sleep 1 && echo end" in the background and tell me the PID.`; + const prompt = `Please run the command "echo start; sleep 1; echo end" in the background and tell me the PID.`; const result = await rig.run({ args: [prompt],