Update tests/testsuite/cargo_alias_config.rs

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

View file

@ -101,7 +101,7 @@ fn default_args_alias() {
.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 echo has unresolvable recursive definition: echo -> echo
",
)