@@ -20,8 +20,8 @@ async fn update_once() {
2020
2121"# ] ] )
2222 . with_stderr ( snapbox:: str![ [ r#"
23- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
24- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
23+ info: syncing channel updates for nightly-[HOST_TRIPLE]
24+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
2525info: downloading component[..]
2626...
2727info: default toolchain set to 'nightly-[HOST_TRIPLE]'
@@ -67,8 +67,8 @@ rustup - Update available : [CURRENT_VERSION] -> [TEST_VERSION]
6767
6868"# ] ] )
6969 . with_stderr ( snapbox:: str![ [ r#"
70- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
71- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
70+ info: syncing channel updates for nightly-[HOST_TRIPLE]
71+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
7272info: downloading component[..]
7373...
7474"# ] ] ) ;
@@ -110,8 +110,8 @@ async fn update_once_and_self_update() {
110110
111111"# ] ] )
112112 . with_stderr ( snapbox:: str![ [ r#"
113- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
114- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
113+ info: syncing channel updates for nightly-[HOST_TRIPLE]
114+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
115115info: downloading component[..]
116116...
117117info: checking for self-update (current version: [CURRENT_VERSION])
@@ -153,7 +153,7 @@ async fn update_again() {
153153
154154"# ] ] )
155155 . with_stderr ( snapbox:: str![ [ r#"
156- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
156+ info: syncing channel updates for nightly-[HOST_TRIPLE]
157157
158158"# ] ] ) ;
159159 cx. config
@@ -167,7 +167,7 @@ info: syncing channel updates fpr nightly-[HOST_TRIPLE]
167167
168168"# ] ] )
169169 . with_stderr ( snapbox:: str![ [ r#"
170- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
170+ info: syncing channel updates for nightly-[HOST_TRIPLE]
171171
172172"# ] ] ) ;
173173}
@@ -321,8 +321,8 @@ async fn default() {
321321
322322"# ] ] )
323323 . with_stderr ( snapbox:: str![ [ r#"
324- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
325- info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
324+ info: syncing channel updates for nightly-[HOST_TRIPLE]
325+ info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
326326info: downloading component[..]
327327...
328328info: default toolchain set to 'nightly-[HOST_TRIPLE]'
@@ -584,7 +584,7 @@ async fn update_no_manifest() {
584584 . is_err ( )
585585 . with_stdout ( snapbox:: str![ [ "" ] ] )
586586 . with_stderr ( snapbox:: str![ [ r#"
587- info: syncing channel updates fpr nightly-2016-01-01-[HOST_TRIPLE]
587+ info: syncing channel updates for nightly-2016-01-01-[HOST_TRIPLE]
588588error: no release found for 'nightly-2016-01-01'
589589
590590"# ] ] ) ;
@@ -867,10 +867,10 @@ async fn install_unreleased_component() {
867867
868868"# ] ] )
869869 . with_stderr ( snapbox:: str![ [ r#"
870- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
871- info: latest update on 2019-09-13, rust version 1.37.0 (hash-nightly-2)
870+ info: syncing channel updates for nightly-[HOST_TRIPLE]
871+ info: latest update on 2019-09-13 for version 1.37.0 (hash-nightly-2)
872872info: skipping nightly which is missing installed component 'rust-std-[MULTI_ARCH_I]'
873- info: syncing channel updates fpr nightly-2019-09-12-[HOST_TRIPLE]
873+ info: syncing channel updates for nightly-2019-09-12-[HOST_TRIPLE]
874874
875875"# ] ] ) ;
876876
@@ -887,13 +887,13 @@ info: syncing channel updates fpr nightly-2019-09-12-[HOST_TRIPLE]
887887
888888"# ] ] )
889889 . with_stderr ( snapbox:: str![ [ r#"
890- info: syncing channel updates fpr nightly-[HOST_TRIPLE]
891- info: latest update on 2019-09-14, rust version 1.37.0 (hash-nightly-3)
890+ info: syncing channel updates for nightly-[HOST_TRIPLE]
891+ info: latest update on 2019-09-14 for version 1.37.0 (hash-nightly-3)
892892info: skipping nightly which is missing installed component 'rls'
893- info: syncing channel updates fpr nightly-2019-09-13-[HOST_TRIPLE]
894- info: latest update on 2019-09-13, rust version 1.37.0 (hash-nightly-2)
893+ info: syncing channel updates for nightly-2019-09-13-[HOST_TRIPLE]
894+ info: latest update on 2019-09-13 for version 1.37.0 (hash-nightly-2)
895895info: skipping nightly which is missing installed component 'rust-std-[MULTI_ARCH_I]'
896- info: syncing channel updates fpr nightly-2019-09-12-[HOST_TRIPLE]
896+ info: syncing channel updates for nightly-2019-09-12-[HOST_TRIPLE]
897897
898898"# ] ] ) ;
899899}
0 commit comments