mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
fixed typo causing broken cargo install .
test case
This commit is contained in:
parent
db0d3f9de1
commit
1b7e256413
@ -327,7 +327,7 @@ fn missing_current_working_directory() {
|
|||||||
cargo_process("install .")
|
cargo_process("install .")
|
||||||
.with_status(101)
|
.with_status(101)
|
||||||
.with_stderr(
|
.with_stderr(
|
||||||
"To install the binaries for the package in current working \
|
"error: To install the binaries for the package in current working \
|
||||||
directory use `cargo install --path .`. \n\
|
directory use `cargo install --path .`. \n\
|
||||||
Use `cargo build` if you want to simply build the package.",
|
Use `cargo build` if you want to simply build the package.",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user