mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix change in install::install_ignores_cargo_config
This commit is contained in:
parent
7bda434a57
commit
d036024000
@ -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");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user