Fix new_warning_with_corrupt_ws missing "USER".

Also removed USER in all invocations to avoid this in the future.
This commit is contained in:
Eric Huss 2019-04-16 08:35:58 -07:00
parent 73ed6a5af3
commit 03932d610d
2 changed files with 2 additions and 0 deletions

View file

@ -1679,6 +1679,7 @@ fn _process(t: &OsStr) -> cargo::util::ProcessBuilder {
.env_remove("XDG_CONFIG_HOME") // see #2345
.env("GIT_CONFIG_NOSYSTEM", "1") // keep trying to sandbox ourselves
.env_remove("EMAIL")
.env_remove("USER") // not set on some rust-lang docker images
.env_remove("MFLAGS")
.env_remove("MAKEFLAGS")
.env_remove("CARGO_MAKEFLAGS")

View file

@ -992,6 +992,7 @@ root: [..]
fn new_warning_with_corrupt_ws() {
let p = project().file("Cargo.toml", "asdf").build();
p.cargo("new bar")
.env("USER", "foo")
.with_stderr(
"\
[WARNING] compiling this new crate may not work due to invalid workspace configuration