@@ -35,7 +35,6 @@ async fn rustup_stable() {
35
35
. with_stderr ( snapbox:: str![ [ r#"
36
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
- info: downloading component[..]
39
38
...
40
39
info: cleaning up downloads & tmp directories
41
40
@@ -131,15 +130,12 @@ async fn rustup_all_channels() {
131
130
. with_stderr ( snapbox:: str![ [ r#"
132
131
info: syncing channel updates for 'stable-[HOST_TRIPLE]'
133
132
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
134
- info: downloading component[..]
135
133
...
136
134
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
137
135
info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
138
- info: downloading component[..]
139
136
...
140
137
info: syncing channel updates for 'nightly-[HOST_TRIPLE]'
141
138
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
142
- info: downloading component[..]
143
139
...
144
140
info: cleaning up downloads & tmp directories
145
141
@@ -208,12 +204,10 @@ async fn rustup_some_channels_up_to_date() {
208
204
. with_stderr ( snapbox:: str![ [ r#"
209
205
info: syncing channel updates for 'stable-[HOST_TRIPLE]'
210
206
info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
211
- info: downloading component[..]
212
207
...
213
208
info: syncing channel updates for 'beta-[HOST_TRIPLE]'
214
209
info: syncing channel updates for 'nightly-[HOST_TRIPLE]'
215
210
info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
216
- info: downloading component[..]
217
211
...
218
212
info: cleaning up downloads & tmp directories
219
213
0 commit comments