mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #4756 from Joining7943/tail-refactor-and-fix-input
`tail`: Refactor `paths::Input::from` and `Settings::inputs`
This commit is contained in:
commit
7a7842b5b8
4 changed files with 41 additions and 38 deletions
|
@ -145,12 +145,8 @@ fn test_stdin_redirect_offset() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(all(not(target_vendor = "apple"), not(target_os = "windows")))] // FIXME: for currently not working platforms
|
||||
#[cfg(all(not(target_vendor = "apple")))] // FIXME: for currently not working platforms
|
||||
fn test_stdin_redirect_offset2() {
|
||||
// FIXME: windows: Failed because of difference in printed header. See below.
|
||||
// actual : ==> - <==
|
||||
// expected: ==> standard input <==
|
||||
|
||||
// like test_stdin_redirect_offset but with multiple files
|
||||
|
||||
let ts = TestScenario::new(util_name!());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue