mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
head: disable some tests on Android
This commit is contained in:
@@ -382,6 +382,7 @@ fn test_presume_input_pipe_5_chars() {
|
||||
#[cfg(all(
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "macos"),
|
||||
not(target_os = "android"),
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
#[test]
|
||||
@@ -396,6 +397,7 @@ fn test_read_backwards_bytes_proc_fs_version() {
|
||||
#[cfg(all(
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "macos"),
|
||||
not(target_os = "android"),
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
#[test]
|
||||
@@ -410,6 +412,7 @@ fn test_read_backwards_bytes_proc_fs_modules() {
|
||||
#[cfg(all(
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "macos"),
|
||||
not(target_os = "android"),
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
#[test]
|
||||
@@ -424,6 +427,7 @@ fn test_read_backwards_lines_proc_fs_modules() {
|
||||
#[cfg(all(
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "macos"),
|
||||
not(target_os = "android"),
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user