@@ -33,7 +33,7 @@ async fn rustup_stable() {
3333
3434"# ] ] )
3535 . with_stderr ( snapbox:: str![ [ r#"
36- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
36+ info: syncing channel updates for stable-[HOST_TRIPLE]
3737info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
3838info: downloading component[..]
3939...
@@ -97,7 +97,7 @@ async fn rustup_stable_no_change() {
9797
9898"# ] ] )
9999 . with_stderr ( snapbox:: str![ [ r#"
100- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
100+ info: syncing channel updates for stable-[HOST_TRIPLE]
101101info: cleaning up downloads & tmp directories
102102
103103"# ] ] )
@@ -129,15 +129,15 @@ async fn rustup_all_channels() {
129129
130130"# ] ] )
131131 . with_stderr ( snapbox:: str![ [ r#"
132- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
132+ info: syncing channel updates for stable-[HOST_TRIPLE]
133133info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
134134info: downloading component[..]
135135...
136- info: syncing channel updates for ' beta-[HOST_TRIPLE]'
136+ info: syncing channel updates for beta-[HOST_TRIPLE]
137137info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
138138info: downloading component[..]
139139...
140- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
140+ info: syncing channel updates for nightly-[HOST_TRIPLE]
141141info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
142142info: downloading component[..]
143143...
@@ -206,12 +206,12 @@ async fn rustup_some_channels_up_to_date() {
206206
207207"# ] ] )
208208 . with_stderr ( snapbox:: str![ [ r#"
209- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
209+ info: syncing channel updates for stable-[HOST_TRIPLE]
210210info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
211211info: downloading component[..]
212212...
213- info: syncing channel updates for ' beta-[HOST_TRIPLE]'
214- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
213+ info: syncing channel updates for beta-[HOST_TRIPLE]
214+ info: syncing channel updates for nightly-[HOST_TRIPLE]
215215info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
216216info: downloading component[..]
217217...
@@ -282,7 +282,7 @@ async fn default() {
282282
283283"# ] ] )
284284 . with_stderr ( snapbox:: str![ [ r#"
285- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
285+ info: syncing channel updates for nightly-[HOST_TRIPLE]
286286info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
287287info: downloading component[..]
288288...
@@ -1706,7 +1706,7 @@ channel = "nightly"
17061706 . await
17071707 . extend_redactions ( [ ( "[TOOLCHAIN_FILE]" , & toolchain_file) ] )
17081708 . with_stderr ( snapbox:: str![ [ r#"
1709- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
1709+ info: syncing channel updates for nightly-[HOST_TRIPLE]
17101710info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
17111711info: downloading component[..]
17121712...
@@ -3616,7 +3616,7 @@ async fn dont_warn_on_partial_build() {
36163616 . await
36173617 . with_stderr ( snapbox:: str![ [ r#"
36183618...
3619- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
3619+ info: syncing channel updates for nightly-[HOST_TRIPLE]
36203620...
36213621"# ] ] )
36223622 . is_ok ( )
@@ -3717,7 +3717,7 @@ async fn custom_toolchain_with_components_toolchains_profile_does_not_err() {
37173717 ] )
37183718 . await
37193719 . with_stderr ( snapbox:: str![ [ r#"
3720- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
3720+ info: syncing channel updates for nightly-[HOST_TRIPLE]
37213721info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
37223722info: downloading component[..]
37233723...
0 commit comments