1
1
mirror of https://github.com/wader/fq.git synced 2024-11-26 21:55:57 +03:00
fq/format/tar/testdata
Mattias Wadman 5921d76bf0 tar: Don't assume there is a end marker
GNU tar docs says:
At the end of the archive file there are two 512-byte blocks filled with binary zeros as an
end-of-file marker. A reasonable system should write such end-of-file marker at the end of
an archive, but must not assume that such a block exists when reading an archive.
In particular GNU tar always issues a warning if it does not encounter it.

Also clean up API usage a bit
2022-01-18 12:12:34 +01:00
..
tar.fqtest tar: Don't assume there is a end marker 2022-01-18 12:12:34 +01:00
test.tar tar: Unbreak num parsing and add test 2021-10-19 22:36:03 +02:00