aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/test/test_write_disk_sparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-280/+0
| | | | | | | | | Make "make test" fully operational. MFC after: 2 weeks Notes: svn path=/head/; revision=228797
* A raft of test changes and improvements from the Googlecode repository.Tim Kientzle2009-12-301-18/+18
| | | | | | | | In particular, this includes tests for the new features I've merged over the last few days. Notes: svn path=/head/; revision=201247
* Merge lots of test suite updates from libarchive.googlecode.com.Tim Kientzle2009-04-171-0/+2
| | | | Notes: svn path=/head/; revision=191183
* Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-01-261-0/+278
Add a test to exercise this feature. This should fix --sparse/-S support in tar. Thanks to: Daichi GOTO MFC after: 1 week Notes: svn path=/head/; revision=187704