Skip to content

Commit

Permalink
Fix change in install::install_ignores_cargo_config
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Sep 6, 2018
1 parent 7bda434 commit d036024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,6 @@ fn install_ignores_cargo_config() {
.file("src/main.rs", "fn main() {}")
.build();

cargo_process("install bar").with_status(0).run();
p.cargo("install bar").with_status(0).run();
assert_has_installed_exe(cargo_home(), "bar");
}

0 comments on commit d036024

Please sign in to comment.