Skip to content

Commit

Permalink
Ignore remove_override_nonexistent on windows. rust-lang#1103
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed May 9, 2017
1 parent 49c6fe2 commit 9d07e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cli-exact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ fn remove_override_with_path_deleted() {
}

#[test]
#[cfg_attr(target = "windows", ignore)] // FIXME #1103
fn remove_override_nonexistent() {
for keyword in &["remove", "unset"] {
setup(&|config| {
Expand Down

0 comments on commit 9d07e26

Please sign in to comment.