Update tests/testsuite/cargo_alias_config.rs

This commit is contained in:
Basile Henry 2021-11-14 20:22:13 +00:00 committed by GitHub
parent 2ead2d9e3d
commit 3a5bb75467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ error: alias echo has unresolvable recursive definition: echo -> echo
.env("PATH", &path)
.with_status(101)
.with_stderr("\
warning: user-defined alias `echo` is shadowing an external subcommand found at: `[ROOT]/cargo-echo/target/debug/cargo-echo`
warning: user-defined alias `echo` is shadowing an external subcommand found at: `[ROOT]/cargo-echo/target/debug/cargo-echo[EXE]`
error: alias test-1 has unresolvable recursive definition: test-1 -> echo -> echo
",
)