Skip to content

Commit

Permalink
Auto merge of #3189 - edunham:fix-empty-path-bug, r=alexcrichton
Browse files Browse the repository at this point in the history
Make it possible for windows-gnu tests to pass

Skip test that uses empty path on Windows, because Windows doesn't do the empty path thing.
  • Loading branch information
bors authored Oct 11, 2016
2 parents 957a47b + fe64232 commit 80a983c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Options:
}

#[test]
#[cfg_attr(target_os = "windows", ignore)]
fn version_works_without_rustc() {
let p = project("foo");
assert_that(p.cargo_process("version").env("PATH", ""),
Expand Down

0 comments on commit 80a983c

Please sign in to comment.