fixed typo causing broken cargo install . test case

This commit is contained in:
Adam Butler 2022-11-22 14:14:29 +09:30
parent db0d3f9de1
commit 1b7e256413

View file

@ -327,7 +327,7 @@ fn missing_current_working_directory() {
cargo_process("install .")
.with_status(101)
.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\
Use `cargo build` if you want to simply build the package.",
)