test(build): generalize test assertion for non-rustup env

This commit is contained in:
Weihang Lo 2023-10-10 17:52:46 -04:00
parent 8ba1c316ee
commit a263a7dc31
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -261,8 +261,8 @@ error: unexpected argument '-z' found
tip: a similar argument exists: '-Z'
Usage: cargo [+toolchain] [OPTIONS] [COMMAND]
cargo [+toolchain] [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...
Usage: cargo [..][OPTIONS] [COMMAND]
cargo [..][OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...
For more information, try '--help'.
",