forked from extern/nushell
Let run_in_login_mode
succeed even with broken local config (#10622)
I wondered why this test failed for me. Turns out my config file is not compatible with current main, but the error message was useless. I've added `--no-config-file`
This commit is contained in:
parent
69a17fb247
commit
8a77d1ed92
@ -234,7 +234,7 @@ fn run_in_login_mode() {
|
||||
let child_output = std::process::Command::new("sh")
|
||||
.arg("-c")
|
||||
.arg(format!(
|
||||
"{:?} -l -c 'echo $nu.is-login'",
|
||||
"{:?} --no-config-file --login --commands 'echo $nu.is-login'",
|
||||
nu_test_support::fs::executable_path()
|
||||
))
|
||||
.output()
|
||||
|
Loading…
Reference in New Issue
Block a user