Skip to content

Commit b14f9ad

Browse files
committed
Revert "tests: stabilize exec PATH shell fallback"
This reverts commit adaf3f7a8e896d3a5c2f1e9c8f18092e7b9de035.
1 parent e11277a commit b14f9ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/agents/bash-tools.exec.path.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ describe("exec PATH login shell merge", () => {
7171

7272
beforeEach(() => {
7373
envSnapshot = captureEnv(["PATH", "SHELL"]);
74-
if (!isWin && !process.env.SHELL) {
75-
process.env.SHELL = "/bin/sh";
76-
}
7774
});
7875

7976
afterEach(() => {

0 commit comments

Comments
 (0)