Skip to content

Commit 1b7e256

Browse files
committed
fixed typo causing broken cargo install . test case
1 parent db0d3f9 commit 1b7e256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/install.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ fn missing_current_working_directory() {
327327
cargo_process("install .")
328328
.with_status(101)
329329
.with_stderr(
330-
"To install the binaries for the package in current working \
330+
"error: To install the binaries for the package in current working \
331331
directory use `cargo install --path .`. \n\
332332
Use `cargo build` if you want to simply build the package.",
333333
)

0 commit comments

Comments
 (0)