We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
update registry
1 parent 2fa4fdf commit d9c97deCopy full SHA for d9c97de
tests/testsuite/generate_lockfile.rs
@@ -88,7 +88,7 @@ fn no_index_update() {
88
.build();
89
90
assert_that(p.cargo("generate-lockfile"),
91
- execs().with_status(0).with_stdout("")
+ execs().with_stdout("")
92
.with_stderr_contains(" Updating registry `https://github.com/rust-lang/crates.io-index`"));
93
94
assert_that(p.cargo("generate-lockfile").masquerade_as_nightly_cargo().arg("-Zno-index-update"),
0 commit comments