Skip to content

Commit

Permalink
fixed typo causing broken cargo install . test case
Browse files Browse the repository at this point in the history
  • Loading branch information
adam248 committed Nov 22, 2022
1 parent db0d3f9 commit 1b7e256
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 @@ -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.",
)
Expand Down

0 comments on commit 1b7e256

Please sign in to comment.