File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ pub fn confirm_advanced() -> Result<Confirm> {
4444 println ! ( "1) Proceed with installation (default)" ) ;
4545 println ! ( "2) Customize installation" ) ;
4646 println ! ( "3) Cancel installation" ) ;
47+ print ! ( ">" ) ;
4748
4849 let _ = std:: io:: stdout ( ) . flush ( ) ;
4950 let input = read_line ( ) ?;
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ fn blank_lines_around_stderr_log_output_install() {
8585 assert ! ( out. stdout. contains(
8686 r"
87873) Cancel installation
88-
88+ >
8989
9090 stable installed - 1.1.0 (hash-s-2)
9191
@@ -107,7 +107,7 @@ fn blank_lines_around_stderr_log_output_update() {
107107 assert ! ( out. stdout. contains(
108108 r"
1091093) Cancel installation
110-
110+ >
111111
112112
113113Rust is installed now. Great!
You can’t perform that action at this time.
0 commit comments