summaryrefslogtreecommitdiff
path: root/cpio/test/test_format_newc.c
Commit message (Expand)AuthorAgeFilesLines
* bsdcpio_test: from_hex() needs to be an uint32_tMartin Matuska2020-02-271-15/+18
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-231-5/+10
* Fix remaining MinGW testsMartin Matuska2019-04-071-0/+5
* Fix various symlink bugs with Windows symlinksMartin Matuska2019-04-041-1/+1
* Cpio test: Expected error message depends on local strerror()Tim Kientzle2018-09-021-12/+28
* Fix bugs in test programs which Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-11-141-2/+2
* Fix build failure caused by the change of r3794 on MSYS.Michihiro NAKAJIMA2011-11-161-0/+2
* On Windows, we never get a correct number of the nlinks of a directory as wel...Michihiro NAKAJIMA2011-11-151-0/+2
* Issue 196: cpio format tests should verify that nlinks in theTim Kientzle2011-11-121-4/+10
* Consider the large i-node number for the tests using cpio newc format.Michihiro NAKAJIMA2011-04-131-2/+27
* Properly conditionalize symlink tests on canSymlink().Tim Kientzle2009-09-241-41/+38
* Whitespace cleanup.Tim Kientzle2009-08-061-2/+2
* Wrap an obscure bit-munging trick in a documented macro to clarify theTim Kientzle2009-08-041-8/+15
* We can always assert that the uid is the same for all entries.Tim Kientzle2009-08-021-4/+11
* Update test_format_newc.c to new infrastructure.Tim Kientzle2009-08-021-13/+10
* Use assertUmask() instead of unchecked umask().Tim Kientzle2009-08-021-4/+1
* Use assertMakeDir() instead of mkdir().Tim Kientzle2009-08-021-1/+1
* Convert some cpio/test symlink/hardlink handling to new platform-independent ...Tim Kientzle2009-08-021-2/+2
* Issue 26: On systems where sgid bit propagates to subdirs, weTim Kientzle2009-04-211-2/+3
* Issue 15, part 6. Fix test failure on cygwin-1.7.xCharles Wilson2009-03-181-0/+2
* Issue 15, part 3. Mechanical conversion of #defines, cpio/Charles Wilson2009-03-181-6/+6
* Add assertFileTextContents to bsdcpio_test.Michihiro NAKAJIMA2009-03-131-2/+1
* On Windows, pass test_format_newc in bsdcpio_test.Michihiro NAKAJIMA2009-03-061-1/+28
* IFCTim Kientzle2008-08-231-10/+25
* Fix a small race in the format check for cpio; the four entriesTim Kientzle2008-05-111-4/+10
* Continue populating the libarchive-portable project from my local repository.Tim Kientzle2008-04-291-0/+239