Skip to content

Commit 88f1429

Browse files
committed
Auto merge of #11582 - ehuss:enable-source_config_env, r=weihanglo
Enable source_config_env test on Windows This enables the `advaned_env::source_config_env` test on Windows. The issue with `Command` modifying the case of environment variables was fixed by rust-lang/rust#85270.
2 parents 48e0c53 + 73f19a0 commit 88f1429

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/testsuite/advanced_env.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
use cargo_test_support::{paths, project, registry::Package};
44

55
#[cargo_test]
6-
// I don't know why, but `Command` forces all env keys to be upper case on
7-
// Windows. Seems questionable, since I think Windows is case-preserving.
8-
#[cfg_attr(windows, ignore = "broken due to not preserving case on Windows")]
96
fn source_config_env() {
107
// Try to define [source] with environment variables.
118
let p = project()

0 commit comments

Comments
 (0)