File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ fn rustup_ui_doc_text_tests() {
88 // Copy rustup-init to rustup so that the tests can run it.
99 fs:: copy ( rustup_init, & rustup) . unwrap ( ) ;
1010 t. register_bin ( "rustup" , & rustup) ;
11- t. case ( "tests/cli-ui/rustup/*.toml" ) ;
11+ t. case ( "tests/suite/ cli-ui/rustup/*.toml" ) ;
1212 #[ cfg( target_os = "windows" ) ]
1313 {
1414 // On windows, we don't have man command, so skip the test.
15- t. skip ( "tests/cli-ui/rustup/rustup_man_cmd_help_flag_stdout.toml" ) ;
15+ t. skip ( "tests/suite/ cli-ui/rustup/rustup_man_cmd_help_flag_stdout.toml" ) ;
1616 }
1717}
1818
@@ -53,6 +53,6 @@ fn rustup_init_ui_doc_text_tests() {
5353 . unwrap ( ) ;
5454
5555 // Make sure that the help output of rustup-init and rustup-init.sh are the same.
56- assert ! ( rustup_init_help_std_out == rustup_init_sh_help_std_out)
56+ assert_eq ! ( rustup_init_help_std_out, rustup_init_sh_help_std_out)
5757 }
5858}
You can’t perform that action at this time.
0 commit comments