diff --git a/tests/shell/environment/env.rs b/tests/shell/environment/env.rs index eab193684f..98f1e1ded8 100644 --- a/tests/shell/environment/env.rs +++ b/tests/shell/environment/env.rs @@ -238,10 +238,7 @@ fn env_shlvl() { "); assert_eq!(actual.out, "6"); -} -#[test] -fn env_shlvl_in_exec() { let actual = nu!(" $env.SHLVL = 29 nu -i -c \"exec nu -i -c 'print $env.SHLVL'\"