Skip to content

Commit

Permalink
test: relax help text assertion
Browse files Browse the repository at this point in the history
When running test in rust-lang/rust via `./x test src/tool/cargo`,
there is no rustup integrated.
  • Loading branch information
weihanglo committed Jul 30, 2023
1 parent 1680ab5 commit b595279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/cargo/help/stdout.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Rust's package manager

Usage: cargo [+toolchain] [OPTIONS] [COMMAND]
cargo [+toolchain] [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...
Usage: cargo [..][OPTIONS] [COMMAND]
cargo [..][OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...

Options:
-h, --help Print help
Expand Down

0 comments on commit b595279

Please sign in to comment.