Skip to content

Commit

Permalink
tests/tail: Add all additional tests written during refactoring tail …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
Joining7943 committed Dec 10, 2022
1 parent e091057 commit b4bc6ad
Show file tree
Hide file tree
Showing 2 changed files with 1,101 additions and 74 deletions.
1 change: 1 addition & 0 deletions src/uu/tail/src/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Loading

0 comments on commit b4bc6ad

Please sign in to comment.