Skip to content

Commit c863102

Browse files
author
Nick Flueckiger
committed
Update windows check
1 parent 6af3194 commit c863102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/tool_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ fn target_in_environment_contains_lower_case_on_windows() {
389389
for target_key in &target_keys {
390390
p.cargo("build -v --target x86_64-unknown-linux-musl")
391391
.env(target_key, "nonexistent-linker")
392-
.without_status()
392+
.with_status(0)
393393
.run();
394394
}
395395
}

0 commit comments

Comments
 (0)