Skip to content

Commit

Permalink
empty path is not a thing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
edunham committed Oct 11, 2016
1 parent b981d96 commit fe64232
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 fe64232

Please sign in to comment.