mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Fix cargo_command::cargo_subcommand_args test
This commit is contained in:
parent
49f73b9c4e
commit
092f7baea3
@ -264,7 +264,9 @@ fn cargo_subcommand_args() {
|
||||
|
||||
cargo_process("foo bar -v --help")
|
||||
.env("PATH", &path)
|
||||
.with_stdout(r#"["[CWD]/cargo-foo/target/debug/cargo-foo", "foo", "bar", "-v", "--help"]"#)
|
||||
.with_stdout(
|
||||
r#"["[CWD]/cargo-foo/target/debug/cargo-foo[EXE]", "foo", "bar", "-v", "--help"]"#,
|
||||
)
|
||||
.run();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user