From a0062b9a1be36a4b1072b8e476462f71c3a1f78a Mon Sep 17 00:00:00 2001 From: Sijmen Date: Mon, 8 Aug 2022 17:20:43 +0200 Subject: [PATCH] Disable invalid CWD test on Windows --- tests/tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.rs b/tests/tests.rs index 8a5d866..dab25d5 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -2118,6 +2118,7 @@ fn test_strip_cwd_prefix() { /// When fd is ran from a non-existent working directory, but an existent /// directory is passed in the arguments, it should still run fine #[test] +#[cfg(not(windows))] fn test_invalid_cwd() { let te = TestEnv::new(&[], &[]);