Skip to content

Commit 3a5bb75

Browse files
authored
Update tests/testsuite/cargo_alias_config.rs
1 parent 2ead2d9 commit 3a5bb75

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

0 commit comments

Comments
 (0)