mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
tests/tail: Add all additional tests written during refactoring tail from tip of refactoring branch
Other changes summmary: * Use module level imports instead of fully qualified imports where appropriate * Fix intermittent failing test_positive_zero_bytes because of broken pipe * Cleanup old disabled test for warning of following indefinitely
This commit is contained in:
parent
93654d4504
commit
b339f6d80c
2 changed files with 1101 additions and 74 deletions
|
@ -21,3 +21,4 @@ pub static BACKEND: &str = "ReadDirectoryChanges";
|
|||
pub static FD0: &str = "/dev/fd/0";
|
||||
pub static IS_A_DIRECTORY: &str = "Is a directory";
|
||||
pub static DEV_TTY: &str = "/dev/tty";
|
||||
pub static DEV_PTMX: &str = "/dev/ptmx";
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue