]> git.proxmox.com Git - cargo.git/commitdiff
Fix tests
authorunknown <andypythonappdeveloper@gmail.com>
Thu, 25 Feb 2021 07:48:05 +0000 (18:48 +1100)
committerunknown <andypythonappdeveloper@gmail.com>
Thu, 25 Feb 2021 07:48:05 +0000 (18:48 +1100)
tests/testsuite/config.rs

index 65ea2e10bfd2fe9c9ed2bb65ced0742f3ec3810d..89c5b9f5f2aee9b1e04f5e47dc6853a5a11bd53e 100644 (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()
 }