mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 10:21:04 +02:00
Relax groups and blocks to output at pipeline level (#3643)
* Relax groups and blocks to output at pipeline level * Fix up tests and add ignore command
This commit is contained in:
@ -25,7 +25,7 @@ fn setting_environment_value_to_configuration_should_pick_up_into_in_memory_envi
|
||||
)]);
|
||||
|
||||
assert_that!(
|
||||
nu.pipeline("config set env.USER NUNO; echo $nothing")
|
||||
nu.pipeline("config set env.USER NUNO | ignore")
|
||||
.and_then("echo $nu.env.USER"),
|
||||
says().stdout("NUNO")
|
||||
);
|
||||
|
Reference in New Issue
Block a user