mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tail: update README
This commit is contained in:
parent
6e1e3ac012
commit
5331a10a7b
3 changed files with 7 additions and 2 deletions
|
@ -1416,6 +1416,7 @@ fn test_follow_inotify_only_regular() {
|
|||
assert_eq!(buf_stderr, "".to_string());
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
fn take_stdout_stderr(p: &mut std::process::Child) -> (String, String) {
|
||||
let mut buf_stdout = String::new();
|
||||
let mut p_stdout = p.stdout.take().unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue