mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +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")
|
||||
.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)
|
||||
.run()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user