mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #2080 from uutils/sylvestre-patch-3
Unblock the CI: disable some tests on Windows
This commit is contained in:
commit
5e9cfe46db
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue