@@ -290,7 +290,7 @@ async fn default() {
290290info: syncing channel updates for nightly-[HOST_TUPLE]
291291info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
292292info: downloading 4 components
293- info: default toolchain set to nightly-[HOST_TUPLE]
293+ info: default toolchain set to nightly
294294
295295"# ] ] )
296296 . is_ok ( ) ;
@@ -327,7 +327,7 @@ async fn default_override() {
327327 . await
328328 . with_stderr ( snapbox:: str![ [ r#"
329329info: using existing install for stable-[HOST_TUPLE]
330- info: default toolchain set to stable-[HOST_TUPLE]
330+ info: default toolchain set to stable
331331info: note that the toolchain 'nightly-[HOST_TUPLE]' is currently in use (directory override for '[..]')
332332
333333"# ] ] )
@@ -4032,7 +4032,7 @@ async fn custom_toolchain_with_components_toolchains_profile_does_not_err() {
40324032info: syncing channel updates for nightly-[HOST_TUPLE]
40334033info: latest update on 2015-01-02 for version 1.3.0 (hash-nightly-2)
40344034info: downloading 2 components
4035- info: default toolchain set to nightly-[HOST_TUPLE]
4035+ info: default toolchain set to nightly
40364036
40374037"# ] ] )
40384038 . is_ok ( ) ;
@@ -4267,7 +4267,7 @@ fn nightly_manifest_path(cx: &CliTestContext) -> PathBuf {
42674267
42684268// https://github.com/rust-lang/rustup/issues/3651#issuecomment-5058814392
42694269#[ tokio:: test]
4270- async fn default_stores_qualified_toolchains ( ) {
4270+ async fn default_stores_unqualified_toolchains ( ) {
42714271 let cx = CliTestContext :: new ( Scenario :: SimpleV2 ) . await ;
42724272 let redactions = [ ( "[RUSTUP_DIR]" , & cx. config . rustupdir . to_string ( ) ) ] ;
42734273
@@ -4315,14 +4315,12 @@ rustup home: [RUSTUP_DIR]
43154315
43164316installed toolchains
43174317--------------------
4318- beta-[HOST_TUPLE] (active, default)
4318+ beta-[HOST_TUPLE]
43194319
43204320active toolchain
43214321----------------
4322- name: beta-[HOST_TUPLE ]
4322+ name: beta-[CROSS_ARCH_I ]
43234323active because: it's the default toolchain
4324- installed targets:
4325- [HOST_TUPLE]
43264324
43274325"# ] ] ) ;
43284326}
0 commit comments