Skip to content

Commit 2ead2d9

Browse files
authored
Update tests/testsuite/cargo_alias_config.rs
1 parent 9f768bb commit 2ead2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/cargo_alias_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ fn default_args_alias() {
101101
.env("PATH", &path)
102102
.with_status(101)
103103
.with_stderr("\
104-
warning: user-defined alias `echo` is shadowing an external subcommand found at: `[ROOT]/cargo-echo/target/debug/cargo-echo`
104+
warning: user-defined alias `echo` is shadowing an external subcommand found at: `[ROOT]/cargo-echo/target/debug/cargo-echo[EXE]`
105105
error: alias echo has unresolvable recursive definition: echo -> echo
106106
",
107107
)

0 commit comments

Comments
 (0)