nushell/tests/shell/environment
Rikuki IX 4884894ddb
make exec command decrement SHLVL correctly & SHLVL related test (#14707)
# Description

Rework of #14570, fixing #14567.

`exec` will decrement `SHLVL` env value before passing it to target
executable (in interactive mode).

(Same as last pr, but this time there's no wrong change to current
working code)

Two `SHLVL` related tests were also added this time.
2024-12-31 16:35:49 +01:00
..
env.rs make exec command decrement SHLVL correctly & SHLVL related test (#14707) 2024-12-31 16:35:49 +01:00
mod.rs Remove long-unused autoenv tests (#14436) 2024-11-26 10:22:18 +08:00