mirror of
https://github.com/nushell/nushell.git
synced 2025-08-13 22:58:40 +02:00
remove several export env usage in test code
This commit is contained in:
@ -230,7 +230,7 @@ fn parse_module_success_2() {
|
||||
r#"
|
||||
# foo.nu
|
||||
|
||||
export env MYNAME { "Arthur, King of the Britons" }
|
||||
export-env { let-env MYNAME = "Arthur, King of the Britons" }
|
||||
"#,
|
||||
)]);
|
||||
|
||||
|
Reference in New Issue
Block a user