mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-18 18:00:35 +01:00
Disable invalid CWD test on Windows
This commit is contained in:
parent
922f127aca
commit
a0062b9a1b
1 changed files with 1 additions and 0 deletions
|
@ -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(&[], &[]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue