mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:39:08 +02:00
@ -72,10 +72,10 @@ fn picks_up_env_keys_when_entering_trusted_directory_indirectly() {
|
||||
sandbox.with_files(vec![FileWithContent(
|
||||
".nu-env",
|
||||
r#"[env]
|
||||
nu-version = "0.29.1" "#,
|
||||
nu-version = "0.29.2" "#,
|
||||
)]);
|
||||
|
||||
let expected = "0.29.1";
|
||||
let expected = "0.29.2";
|
||||
|
||||
let actual = Trusted::in_path(&dirs, || {
|
||||
nu!(cwd: dirs.test().join("crates"), r#"
|
||||
|
Reference in New Issue
Block a user