mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tail: change notify backend on macOS from FSEvents
to kqueue
On macOS only `kqueue` is suitable for our use case because `FSEvents` waits until file close to delivers modify events.
This commit is contained in:
parent
22f78b113b
commit
94cc966535
5 changed files with 120 additions and 55 deletions
10
tests/fixtures/tail/follow_name_short.expected
vendored
Normal file
10
tests/fixtures/tail/follow_name_short.expected
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
CHUNK(10)
|
||||
vier
|
||||
fuenf
|
||||
sechs
|
||||
sieben
|
||||
acht
|
||||
neun
|
||||
zehn
|
||||
elf
|
||||
END(25)
|
Loading…
Add table
Add a link
Reference in a new issue