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() {
8
8
// Copy rustup-init to rustup so that the tests can run it.
9
9
fs:: copy ( rustup_init, & rustup) . unwrap ( ) ;
10
10
t. register_bin ( "rustup" , & rustup) ;
11
- t. case ( "tests/cli-ui/rustup/*.toml" ) ;
11
+ t. case ( "tests/suite/ cli-ui/rustup/*.toml" ) ;
12
12
#[ cfg( target_os = "windows" ) ]
13
13
{
14
14
// 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" ) ;
16
16
}
17
17
}
18
18
@@ -53,6 +53,6 @@ fn rustup_init_ui_doc_text_tests() {
53
53
. unwrap ( ) ;
54
54
55
55
// 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)
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments