Enable source_config_env test on Windows

This commit is contained in:
Eric Huss 2023-01-14 09:48:46 -08:00
parent 48e0c530d4
commit 73f19a01d0
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
use cargo_test_support::{paths, project, registry::Package};
#[cargo_test]
// I don't know why, but `Command` forces all env keys to be upper case on
// Windows. Seems questionable, since I think Windows is case-preserving.
#[cfg_attr(windows, ignore = "broken due to not preserving case on Windows")]
fn source_config_env() {
// Try to define [source] with environment variables.
let p = project()