Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jan 25, 2020
1 parent 4968b12 commit bb4073e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/cli-self-upd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,7 @@ fn update_exact() {
let expected_output = format!(
"info: checking for self-updates
info: downloading self-update
info: rustup updated successfully to {}\n",
version
"
);

update_setup(&|config, _| {
Expand Down Expand Up @@ -704,9 +703,10 @@ fn update_no_change() {
expect_ok_ex(
config,
&["rustup", "self", "update"],
r"",
r" rustup unchanged - (toolchain not installed)
",
r"info: checking for self-updates
info: already up-to-date
",
);
});
Expand Down

0 comments on commit bb4073e

Please sign in to comment.