Skip to content

Commit

Permalink
Fix install_empty_argument by passing an empty arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Aug 2, 2018
1 parent dda661d commit f88ff96
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 @@ -1241,7 +1241,7 @@ dependencies = [
fn install_empty_argument() {
// Bug 5229
assert_that(
cargo_process("install "),
cargo_process("install").arg(""),
execs().with_status(1).with_stderr_contains(
"[ERROR] The argument '<crate>...' requires a value but none was supplied",
),
Expand Down

0 comments on commit f88ff96

Please sign in to comment.