mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:38:38 +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(() => {
|
beforeEach(() => {
|
||||||
envSnapshot = captureEnv(["PATH", "SHELL"]);
|
envSnapshot = captureEnv(["PATH", "SHELL"]);
|
||||||
if (!isWin && !process.env.SHELL) {
|
|
||||||
process.env.SHELL = "/bin/sh";
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user