Skip to content

Commit bd37135

Browse files
author
Jon Gjengset
committed
Only ignore on windows
1 parent 0f6640b commit bd37135

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/cli-rustup.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,10 @@ fn proxy_override_path() {
15161516
}
15171517

15181518
#[test]
1519-
#[ignore = "FIXME: Windows uses UNC paths which do not work with relative paths"]
1519+
#[cfg_attr(
1520+
windows,
1521+
ignore = "FIXME: Windows uses UNC paths which do not work with relative paths"
1522+
)]
15201523
fn file_override_path_relative() {
15211524
setup(&|config| {
15221525
expect_ok(config, &["rustup", "default", "stable"]);

0 commit comments

Comments
 (0)