test(core): make command shell test portable (#34972)

This commit is contained in:
Aiden Cline
2026-07-02 12:02:34 -05:00
committed by GitHub
parent 3b62f8c86e
commit 4c7171c820
+1 -1
View File
@@ -69,7 +69,7 @@ describe("CommandV2", () => {
const command = yield* CommandV2.Service
yield* command.transform((editor) => {
editor.update("review", (command) => {
command.template = "Output: !`printf command-output`"
command.template = "Output: !`bun -e \"process.stdout.write('command-output')\"`"
})
})