@@ -33,7 +33,7 @@ async fn rustup_stable() {
33
33
34
34
"# ] ] )
35
35
. with_stderr ( snapbox:: str![ [ r#"
36
- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
36
+ info: syncing channel updates for stable-[HOST_TRIPLE]
37
37
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
38
38
info: downloading component[..]
39
39
...
@@ -97,7 +97,7 @@ async fn rustup_stable_no_change() {
97
97
98
98
"# ] ] )
99
99
. with_stderr ( snapbox:: str![ [ r#"
100
- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
100
+ info: syncing channel updates for stable-[HOST_TRIPLE]
101
101
info: cleaning up downloads & tmp directories
102
102
103
103
"# ] ] )
@@ -129,15 +129,15 @@ async fn rustup_all_channels() {
129
129
130
130
"# ] ] )
131
131
. with_stderr ( snapbox:: str![ [ r#"
132
- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
132
+ info: syncing channel updates for stable-[HOST_TRIPLE]
133
133
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
134
134
info: downloading component[..]
135
135
...
136
- info: syncing channel updates for ' beta-[HOST_TRIPLE]'
136
+ info: syncing channel updates for beta-[HOST_TRIPLE]
137
137
info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
138
138
info: downloading component[..]
139
139
...
140
- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
140
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
141
141
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
142
142
info: downloading component[..]
143
143
...
@@ -206,12 +206,12 @@ async fn rustup_some_channels_up_to_date() {
206
206
207
207
"# ] ] )
208
208
. with_stderr ( snapbox:: str![ [ r#"
209
- info: syncing channel updates for ' stable-[HOST_TRIPLE]'
209
+ info: syncing channel updates for stable-[HOST_TRIPLE]
210
210
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
211
211
info: downloading component[..]
212
212
...
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]
215
215
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
216
216
info: downloading component[..]
217
217
...
@@ -282,7 +282,7 @@ async fn default() {
282
282
283
283
"# ] ] )
284
284
. with_stderr ( snapbox:: str![ [ r#"
285
- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
285
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
286
286
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
287
287
info: downloading component[..]
288
288
...
@@ -1706,7 +1706,7 @@ channel = "nightly"
1706
1706
. await
1707
1707
. extend_redactions ( [ ( "[TOOLCHAIN_FILE]" , & toolchain_file) ] )
1708
1708
. with_stderr ( snapbox:: str![ [ r#"
1709
- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
1709
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
1710
1710
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
1711
1711
info: downloading component[..]
1712
1712
...
@@ -3616,7 +3616,7 @@ async fn dont_warn_on_partial_build() {
3616
3616
. await
3617
3617
. with_stderr ( snapbox:: str![ [ r#"
3618
3618
...
3619
- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
3619
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
3620
3620
...
3621
3621
"# ] ] )
3622
3622
. is_ok ( )
@@ -3717,7 +3717,7 @@ async fn custom_toolchain_with_components_toolchains_profile_does_not_err() {
3717
3717
] )
3718
3718
. await
3719
3719
. with_stderr ( snapbox:: str![ [ r#"
3720
- info: syncing channel updates for ' nightly-[HOST_TRIPLE]'
3720
+ info: syncing channel updates for nightly-[HOST_TRIPLE]
3721
3721
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
3722
3722
info: downloading component[..]
3723
3723
...
0 commit comments