From 159e88a69d96b356f050d66d9943f02c34b9b74e Mon Sep 17 00:00:00 2001 From: AnthonyMikh Date: Tue, 12 Jan 2021 20:45:36 +0300 Subject: [PATCH] Fix misspelling of environment variable --- src/doc/man/cargo-test.md | 2 +- src/doc/man/generated_txt/cargo-test.txt | 2 +- src/doc/src/commands/cargo-test.md | 2 +- src/etc/man/cargo-test.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/man/cargo-test.md b/src/doc/man/cargo-test.md index 732ae14b10c..a35b0a74c1a 100644 --- a/src/doc/man/cargo-test.md +++ b/src/doc/man/cargo-test.md @@ -74,7 +74,7 @@ library in the manifest. Binary targets are automatically built if there is an integration test or benchmark. This allows an integration test to execute the binary to exercise -and test its behavior. The `CARGO_bin_EXE_` +and test its behavior. The `CARGO_BIN_EXE_` [environment variable](../reference/environment-variables.html#environment-variables-cargo-sets-for-crates) is set when the integration test is built so that it can use the [`env` macro](https://doc.rust-lang.org/std/macro.env.html) to locate the diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index 7be248e384f..66006035432 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -115,7 +115,7 @@ OPTIONS Binary targets are automatically built if there is an integration test or benchmark. This allows an integration test to execute the binary to - exercise and test its behavior. The CARGO_bin_EXE_ environment + exercise and test its behavior. The CARGO_BIN_EXE_ environment variable is set when the integration test is built so that it can use the env diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index e5444c62d7a..f6dba861c54 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -131,7 +131,7 @@ library in the manifest. Binary targets are automatically built if there is an integration test or benchmark. This allows an integration test to execute the binary to exercise -and test its behavior. The `CARGO_bin_EXE_` +and test its behavior. The `CARGO_BIN_EXE_` [environment variable](../reference/environment-variables.html#environment-variables-cargo-sets-for-crates) is set when the integration test is built so that it can use the [`env` macro](https://doc.rust-lang.org/std/macro.env.html) to locate the diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 7ce87ea1078..c324b7e0014 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -139,7 +139,7 @@ library in the manifest. .sp Binary targets are automatically built if there is an integration test or benchmark. This allows an integration test to execute the binary to exercise -and test its behavior. The \fBCARGO_bin_EXE_\fR +and test its behavior. The \fBCARGO_BIN_EXE_\fR \fIenvironment variable\fR is set when the integration test is built so that it can use the \fI\f(BIenv\fI macro\fR to locate the