1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 19:47:45 +00:00

Merge pull request #2080 from uutils/sylvestre-patch-3

Unblock the CI: disable some tests on Windows
This commit is contained in:
Sylvestre Ledru 2021-04-16 21:03:12 +02:00 committed by GitHub
commit 5e9cfe46db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,7 @@ fn test_no_options() {
}
#[test]
#[cfg(unix)]
fn test_no_options_big_input() {
for &n in &[
0,
@ -108,6 +109,7 @@ fn test_directory_and_file() {
}
#[test]
#[cfg(unix)]
fn test_three_directories_and_file_and_stdin() {
let s = TestScenario::new(util_name!());
s.fixtures.mkdir("test_directory3");