mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
rewrite tests for cargo compat, decoupled directory, output handling
This commit is contained in:
parent
b20b2cca19
commit
a21c54e2cd
165 changed files with 4315 additions and 3538 deletions
17
tests/fixtures/tsort/call_graph.expected
vendored
Normal file
17
tests/fixtures/tsort/call_graph.expected
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
main
|
||||
parse_options
|
||||
tail_file
|
||||
tail_forever
|
||||
tail
|
||||
recheck
|
||||
write_header
|
||||
tail_lines
|
||||
tail_bytes
|
||||
pretty_name
|
||||
start_lines
|
||||
file_lines
|
||||
pipe_lines
|
||||
xlseek
|
||||
start_bytes
|
||||
pipe_bytes
|
||||
dump_remainder
|
22
tests/fixtures/tsort/call_graph.txt
vendored
Normal file
22
tests/fixtures/tsort/call_graph.txt
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
main parse_options
|
||||
main tail_file
|
||||
main tail_forever
|
||||
tail_file pretty_name
|
||||
tail_file write_header
|
||||
tail_file tail
|
||||
tail_forever recheck
|
||||
tail_forever pretty_name
|
||||
tail_forever write_header
|
||||
tail_forever dump_remainder
|
||||
tail tail_lines
|
||||
tail tail_bytes
|
||||
tail_lines start_lines
|
||||
tail_lines dump_remainder
|
||||
tail_lines file_lines
|
||||
tail_lines pipe_lines
|
||||
tail_bytes xlseek
|
||||
tail_bytes start_bytes
|
||||
tail_bytes dump_remainder
|
||||
tail_bytes pipe_bytes
|
||||
file_lines dump_remainder
|
||||
recheck pretty_name
|
Loading…
Add table
Add a link
Reference in a new issue