Tarsnap / tarsnap

Command-line client code for Tarsnap.
https://tarsnap.com
Other
865 stars 60 forks source link

tests/06-progress-output: trim exact number of bytes #525

Closed gperciva closed 2 years ago

cperciva commented 2 years ago

The precise number of bytes can vary from system to system (e.g., whether it supports extended pax attributes or not).

I would say "The precise number of bytes can vary between operating systems and between filesystems (e.g., if there is filesystem metadata which libarchive decides needs an extended pax header)."

Otherwise looks fine.

gperciva commented 2 years ago

Rebased, ready for merge.