Skip to content

Commit eef057e

Browse files
committed
Dedup with cargo_search::help::case (#14060 (comment))
1 parent 3fd3879 commit eef057e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testsuite/help.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ fn help() {
1414
cargo_process("help build").run();
1515
cargo_process("build -h").run();
1616
cargo_process("help help").run();
17-
// Ensure that help output goes to stdout, not stderr.
18-
cargo_process("search --help").with_stderr("").run();
19-
cargo_process("search --help")
20-
.with_stdout_contains("[..] --frozen [..]")
21-
.run();
2217
}
2318

2419
#[cargo_test]

0 commit comments

Comments
 (0)