Skip to content

Commit

Permalink
Fix test permanently adding to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
majaha authored and rami3l committed Dec 7, 2023
1 parent 38ddd53 commit 3a513ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/suite/cli_inst_interactive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,11 @@ fn blank_lines_around_stderr_log_output_update() {
config.expect_ok(&["rustup-init", "-y", "--no-modify-path"]);
let out = run_input(
config,
&["rustup-init", "--no-update-default-toolchain"],
&[
"rustup-init",
"--no-update-default-toolchain",
"--no-modify-path",
],
"\n\n",
);
println!("-- stdout --\n {}", out.stdout);
Expand Down

0 comments on commit 3a513ba

Please sign in to comment.