From 81b3b5ad4f41ecece7189f9e7dfb9c988f586768 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 24 Feb 2024 11:50:41 -0500 Subject: [PATCH] test: relax help text assertion When running test in rust-lang/rust via `./x test src/tool/cargo`, there is no rustup integrated. --- tests/testsuite/cargo/help/stdout.term.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testsuite/cargo/help/stdout.term.svg b/tests/testsuite/cargo/help/stdout.term.svg index 7ed181e4f30..c3b066fd69c 100644 --- a/tests/testsuite/cargo/help/stdout.term.svg +++ b/tests/testsuite/cargo/help/stdout.term.svg @@ -23,9 +23,9 @@ - Usage: cargo [+toolchain] [OPTIONS] [COMMAND] + Usage: cargo [..][OPTIONS] [COMMAND] - cargo [+toolchain] [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]... + cargo [..][OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...