From: E. Dunham Date: Mon, 10 Oct 2016 22:15:08 +0000 (-0700) Subject: empty path is not a thing on Windows X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~13^2~41^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fe642329b11b32ca7ae36942af3ffd7abea9e939;p=cargo.git empty path is not a thing on Windows --- diff --git a/tests/version.rs b/tests/version.rs index b017830b2..2171cef5e 100644 --- a/tests/version.rs +++ b/tests/version.rs @@ -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", ""),