We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d8349 commit da2eafeCopy full SHA for da2eafe
tests/testsuite/cargo/help/mod.rs
@@ -6,6 +6,8 @@ use cargo_test_support::str;
6
fn case() {
7
snapbox::cmd::Command::cargo_ui()
8
.arg("--help")
9
+ .env_remove("RUSTUP_HOME") // consistent behavior with/without
10
+ .env_remove("RUSTUP_TOOLCHAIN")
11
.assert()
12
.success()
13
.stdout_eq(file!["stdout.term.svg"])
tests/testsuite/cargo/help/stdout.term.svg
0 commit comments