mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
test_tail: add tests for --follow=name
This commit is contained in:
parent
c70b7a0501
commit
5615ba9fe1
3 changed files with 153 additions and 1 deletions
35
tests/fixtures/tail/follow_name.expected
vendored
Normal file
35
tests/fixtures/tail/follow_name.expected
vendored
Normal file
|
@ -0,0 +1,35 @@
|
|||
CHUNK(10)
|
||||
vier
|
||||
fuenf
|
||||
sechs
|
||||
sieben
|
||||
acht
|
||||
neun
|
||||
zehn
|
||||
elf
|
||||
END(25)
|
||||
START(0)
|
||||
uno
|
||||
dos
|
||||
tres
|
||||
quattro
|
||||
cinco
|
||||
seis
|
||||
siette
|
||||
ocho
|
||||
nueve
|
||||
diez
|
||||
once
|
||||
eins
|
||||
zwei
|
||||
drei
|
||||
CHUNK(10)
|
||||
vier
|
||||
fuenf
|
||||
sechs
|
||||
sieben
|
||||
acht
|
||||
neun
|
||||
zehn
|
||||
elf
|
||||
END(25)
|
25
tests/fixtures/tail/follow_name.txt
vendored
Normal file
25
tests/fixtures/tail/follow_name.txt
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
START(0)
|
||||
uno
|
||||
dos
|
||||
tres
|
||||
quattro
|
||||
cinco
|
||||
seis
|
||||
siette
|
||||
ocho
|
||||
nueve
|
||||
diez
|
||||
once
|
||||
eins
|
||||
zwei
|
||||
drei
|
||||
CHUNK(10)
|
||||
vier
|
||||
fuenf
|
||||
sechs
|
||||
sieben
|
||||
acht
|
||||
neun
|
||||
zehn
|
||||
elf
|
||||
END(25)
|
Loading…
Add table
Add a link
Reference in a new issue