Disable invalid CWD test on Windows

This commit is contained in:
Sijmen 2022-08-08 17:20:43 +02:00 committed by David Peter
parent 922f127aca
commit a0062b9a1b
1 changed files with 1 additions and 0 deletions

View File

@ -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(&[], &[]);