mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Update windows check
This commit is contained in:
parent
6af31941f3
commit
c86310210c
@ -389,7 +389,7 @@ fn target_in_environment_contains_lower_case_on_windows() {
|
||||
for target_key in &target_keys {
|
||||
p.cargo("build -v --target x86_64-unknown-linux-musl")
|
||||
.env(target_key, "nonexistent-linker")
|
||||
.without_status()
|
||||
.with_status(0)
|
||||
.run();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user