Skip to content

Commit b5b2e48

Browse files
Fix tests
1 parent 019b4e1 commit b5b2e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ fn cargo_target_empty_env() {
15071507

15081508
project.cargo("build")
15091509
.env("CARGO_TARGET_DIR", "")
1510-
.with_stderr("error: the target directory is set to an empty string in the CARGO_TARGET_DIR environment variable.")
1510+
.with_stderr("error: the target directory is set to an empty string in the `CARGO_TARGET_DIR` environment variable")
15111511
.with_status(101)
15121512
.run()
15131513
}

0 commit comments

Comments
 (0)