Skip to content

Commit e5e9f2f

Browse files
committed
Remove [..] and mention #14076 caveat
1 parent eef057e commit e5e9f2f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/testsuite/help.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ fn help_alias() {
140140
// The `empty-alias` returns an error.
141141
cargo_process("help empty-alias")
142142
.env("PATH", Path::new(""))
143-
.with_stderr_data("[..] The subcommand 'empty-alias' wasn't recognized [..]")
143+
.with_stderr_data("The subcommand 'empty-alias' wasn't recognized
144+
145+
FIXME: #14076 This assertion isn't working, as this line should have caused a test failure but didn't.
146+
",
147+
)
144148
.run_expect_error();
145149

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

0 commit comments

Comments
 (0)