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 4968b12 commit bb4073eCopy full SHA for bb4073e
tests/cli-self-upd.rs
@@ -568,8 +568,7 @@ fn update_exact() {
568
let expected_output = format!(
569
"info: checking for self-updates
570
info: downloading self-update
571
-info: rustup updated successfully to {}\n",
572
- version
+"
573
);
574
575
update_setup(&|config, _| {
@@ -704,9 +703,10 @@ fn update_no_change() {
704
703
expect_ok_ex(
705
config,
706
&["rustup", "self", "update"],
707
- r"",
+ r" rustup unchanged - (toolchain not installed)
+
708
+",
709
r"info: checking for self-updates
-info: already up-to-date
710
",
711
712
});
0 commit comments