We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe24df2 + 2b9bbba commit 018dc95Copy full SHA for 018dc95
tests/test_cargo_concurrent.rs
@@ -86,7 +86,7 @@ test!(one_install_should_be_bad {
86
assert_that(bad, execs().with_status(101).with_stderr_contains(&format!("\
87
{error} binary `foo[..]` already exists in destination as part of `[..]`
88
", error = ERROR)));
89
- assert_that(good, execs().with_status(0).with_stderr("\
+ assert_that(good, execs().with_status(0).with_stderr_contains("\
90
warning: be sure to add `[..]` to your PATH [..]
91
"));
92
0 commit comments