@@ -35,7 +35,6 @@ async fn rustup_stable() {
3535 . with_stderr ( snapbox:: str![ [ r#"
3636info: syncing channel updates for 'stable-[HOST_TRIPLE]'
3737info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
38- info: downloading component[..]
3938...
4039info: cleaning up downloads & tmp directories
4140
@@ -131,15 +130,12 @@ async fn rustup_all_channels() {
131130 . with_stderr ( snapbox:: str![ [ r#"
132131info: syncing channel updates for 'stable-[HOST_TRIPLE]'
133132info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
134- info: downloading component[..]
135133...
136134info: syncing channel updates for 'beta-[HOST_TRIPLE]'
137135info: latest update on 2015-01-02, rust version 1.2.0 (hash-beta-1.2.0)
138- info: downloading component[..]
139136...
140137info: syncing channel updates for 'nightly-[HOST_TRIPLE]'
141138info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
142- info: downloading component[..]
143139...
144140info: cleaning up downloads & tmp directories
145141
@@ -208,12 +204,10 @@ async fn rustup_some_channels_up_to_date() {
208204 . with_stderr ( snapbox:: str![ [ r#"
209205info: syncing channel updates for 'stable-[HOST_TRIPLE]'
210206info: latest update on 2015-01-02, rust version 1.1.0 (hash-stable-1.1.0)
211- info: downloading component[..]
212207...
213208info: syncing channel updates for 'beta-[HOST_TRIPLE]'
214209info: syncing channel updates for 'nightly-[HOST_TRIPLE]'
215210info: latest update on 2015-01-02, rust version 1.3.0 (hash-nightly-2)
216- info: downloading component[..]
217211...
218212info: cleaning up downloads & tmp directories
219213
0 commit comments