Skip to content

Commit

Permalink
Remove [..] and mention #14076 caveat
Browse files Browse the repository at this point in the history
  • Loading branch information
choznerol committed Jun 15, 2024
1 parent eef057e commit e5e9f2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/testsuite/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ fn help_alias() {
// The `empty-alias` returns an error.
cargo_process("help empty-alias")
.env("PATH", Path::new(""))
.with_stderr_data("[..] The subcommand 'empty-alias' wasn't recognized [..]")
.with_stderr_data("The subcommand 'empty-alias' wasn't recognized
FIXME: #14076 This assertion isn't working, as this line should have caused a test failure but didn't.
",
)
.run_expect_error();

// Because `simple-alias` aliases a subcommand with no arguments, help shows the manpage.
Expand Down

0 comments on commit e5e9f2f

Please sign in to comment.