Skip to content

Commit d9c97de

Browse files
committed
This test should pass if we have tried to update registry evan if the command otherwise fails
1 parent 2fa4fdf commit d9c97de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/generate_lockfile.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ fn no_index_update() {
8888
.build();
8989

9090
assert_that(p.cargo("generate-lockfile"),
91-
execs().with_status(0).with_stdout("")
91+
execs().with_stdout("")
9292
.with_stderr_contains(" Updating registry `https://github.com/rust-lang/crates.io-index`"));
9393

9494
assert_that(p.cargo("generate-lockfile").masquerade_as_nightly_cargo().arg("-Zno-index-update"),

0 commit comments

Comments
 (0)