mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
cp,tail: fix warnings in tests on Android
This commit is contained in:
parent
44d105d015
commit
91b19b7c56
2 changed files with 4 additions and 2 deletions
|
@ -23,6 +23,7 @@ use std::io::Write;
|
|||
use std::io::{Seek, SeekFrom};
|
||||
#[cfg(all(
|
||||
not(target_vendor = "apple"),
|
||||
not(target_os = "android"),
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
|
@ -31,6 +32,7 @@ use std::process::Stdio;
|
|||
use tail::chunks::BUFFER_SIZE as CHUNK_BUFFER_SIZE;
|
||||
#[cfg(all(
|
||||
not(target_vendor = "apple"),
|
||||
not(target_os = "android"),
|
||||
not(target_os = "windows"),
|
||||
not(target_os = "freebsd")
|
||||
))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue