We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e0c53 commit 73f19a0Copy full SHA for 73f19a0
tests/testsuite/advanced_env.rs
@@ -3,9 +3,6 @@
3
use cargo_test_support::{paths, project, registry::Package};
4
5
#[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")]
9
fn source_config_env() {
10
// Try to define [source] with environment variables.
11
let p = project()
0 commit comments