summaryrefslogtreecommitdiff
path: root/cpio/test/test_passthrough_dotdot.c
Commit message (Expand)AuthorAgeFilesLines
* Update some more cpio tests to use new file assertions.Tim Kientzle2009-08-051-14/+3
* Convert most open()/read()/write()/close() to use assertMakeFile(), stdio, an...Tim Kientzle2009-08-041-10/+7
* Use assertUmask() instead of unchecked umask().Tim Kientzle2009-08-021-4/+1
* Use assertMakeDir() instead of mkdir().Tim Kientzle2009-08-021-1/+1
* Use assertChdir() in cpio_test instead of assertEqualInt(0, chdir()) or unche...Tim Kientzle2009-08-021-2/+2
* Issue 15, part 3. Mechanical conversion of #defines, cpio/Charles Wilson2009-03-181-1/+1
* On Windows, pass test_passthrough_dotdot in bsdcpio_test.Michihiro NAKAJIMA2009-03-131-1/+5
* IFCTim Kientzle2008-08-241-2/+2
* IFCTim Kientzle2008-08-231-0/+89