1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Also disable on test_three_directories_and_file_and_stdin

This commit is contained in:
Sylvestre Ledru 2021-04-16 19:44:40 +02:00 committed by GitHub
parent 3aff898acd
commit 58a2821dce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,6 +109,7 @@ fn test_directory_and_file() {
} }
#[test] #[test]
#[cfg(unix)]
fn test_three_directories_and_file_and_stdin() { fn test_three_directories_and_file_and_stdin() {
let s = TestScenario::new(util_name!()); let s = TestScenario::new(util_name!());
s.fixtures.mkdir("test_directory3"); s.fixtures.mkdir("test_directory3");