Compare commits

...

1 commit

Author SHA1 Message Date
Simon Klee
99660c90eb
test: stabilize prompt shell cwd test 2026-04-24 23:43:13 +02:00

View file

@ -1055,6 +1055,7 @@ unix("shell captures stdout and stderr in completed tool output", () =>
) )
unix("shell completes a fast command on the preferred shell", () => unix("shell completes a fast command on the preferred shell", () =>
withSh(() =>
provideTmpdirInstance( provideTmpdirInstance(
(dir) => (dir) =>
Effect.gen(function* () { Effect.gen(function* () {
@ -1076,6 +1077,7 @@ unix("shell completes a fast command on the preferred shell", () =>
}), }),
{ git: true, config: cfg }, { git: true, config: cfg },
), ),
),
) )
unix("shell lists files from the project directory", () => unix("shell lists files from the project directory", () =>