Fix tests

This commit is contained in:
unknown 2021-02-25 18:48:05 +11:00
parent 019b4e111e
commit b5b2e489d6

View File

@ -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()
}