mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 08:32:00 +00:00
Revert "tests: stabilize exec PATH shell fallback"
This reverts commit adaf3f7a8e896d3a5c2f1e9c8f18092e7b9de035.
This commit is contained in:
@@ -71,9 +71,6 @@ describe("exec PATH login shell merge", () => {
|
||||
|
||||
beforeEach(() => {
|
||||
envSnapshot = captureEnv(["PATH", "SHELL"]);
|
||||
if (!isWin && !process.env.SHELL) {
|
||||
process.env.SHELL = "/bin/sh";
|
||||
}
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user