Skip to content

Commit b595279

Browse files
committed
test: relax help text assertion
When running test in rust-lang/rust via `./x test src/tool/cargo`, there is no rustup integrated.
1 parent 1680ab5 commit b595279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/cargo/help/stdout.log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Rust's package manager
22

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

66
Options:
77
-h, --help Print help

0 commit comments

Comments
 (0)