Disable invalid CWD test on Windows

This commit is contained in:
Sijmen 2022-08-08 17:20:43 +02:00
parent 79e0756c45
commit 7bf82eba65
No known key found for this signature in database
GPG Key ID: DAF7821E067D9C48
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(&[], &[]);