cvs commit: src/lib/libarchive/test test_read_format_gtar_sparse.c
Tim Kientzle
kientzle at FreeBSD.org
Sat Aug 11 18:16:20 PDT 2007
kientzle 2007-08-12 01:16:19 UTC
FreeBSD src repository
Modified files:
lib/libarchive/test test_read_format_gtar_sparse.c
Log:
Update the tests for reading the various GNU tar sparse formats.
In particular:
* Include a second entry in all of the test archives (to catch errors
with intermediate padding)
* Test the GNU tar 1.17 version of "posix sparse format 1.0"
instead of the GNU tar 1.16 version (the latter is no longer
supported by GNU tar).
Right now, libarchive fails this test because I originally
implemented the GNU tar 1.16 version of "posix sparse format 1.0".
I'll fix libarchive shortly.
Approved by: re (blanket, libarchive testing)
Revision Changes Path
1.5 +267 -75 src/lib/libarchive/test/test_read_format_gtar_sparse.c
More information about the cvs-src
mailing list