Skip to content

Commit 09cd538

Browse files
committed
Adapt --list output in find_closest_biuld_to_build test
1 parent a838f8f commit 09cd538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/cargo_command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ error: no such subcommand: `biuld`
170170
cargo_process().arg("--list"),
171171
execs()
172172
.with_status(0)
173-
.with_stdout_contains(" build\n")
173+
.with_stdout_contains(" build Compile a local package and all of its dependencies\n")
174174
.with_stdout_contains(" biuld\n"),
175175
);
176176
}

0 commit comments

Comments
 (0)