1
Fork 0
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:
Jan Scheer 2022-04-24 15:09:28 +02:00
parent 6e1e3ac012
commit 5331a10a7b
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828
3 changed files with 7 additions and 2 deletions

View file

@ -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();