nushell/tests/shell/environment
Ian Manske 474293bf1c
Clear environment for child Commands (#12901)
# Description
There is a bug when `hide-env` is used on environment variables that
were present at shell startup. Namely, child processes still inherit the
hidden environment variable. This PR fixes #12900, fixes #11495, and
fixes #7937.

# Tests + Formatting
Added a test.
2024-05-19 15:35:07 +00:00
..
env.rs Clear environment for child Commands (#12901) 2024-05-19 15:35:07 +00:00
mod.rs Fix overlays not preserving hidden env vars (#6475) 2022-09-04 20:32:06 +03:00
nu_env.rs Remove unnecessary cwd, pipeline(), r# from various tests (#9645) 2023-07-12 19:07:20 +02:00