mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Fix tests
This commit is contained in:
parent
019b4e111e
commit
b5b2e489d6
@ -1507,7 +1507,7 @@ fn cargo_target_empty_env() {
|
|||||||
|
|
||||||
project.cargo("build")
|
project.cargo("build")
|
||||||
.env("CARGO_TARGET_DIR", "")
|
.env("CARGO_TARGET_DIR", "")
|
||||||
.with_stderr("error: the target directory is set to an empty string in the CARGO_TARGET_DIR environment variable.")
|
.with_stderr("error: the target directory is set to an empty string in the `CARGO_TARGET_DIR` environment variable")
|
||||||
.with_status(101)
|
.with_status(101)
|
||||||
.run()
|
.run()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user