Revert "tests: stabilize exec PATH shell fallback"

This reverts commit adaf3f7a8e896d3a5c2f1e9c8f18092e7b9de035.
This commit is contained in:
George Pickett
2026-03-03 13:34:44 -08:00
parent e11277ac24
commit b14f9ad7ca

View File

@@ -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(() => {