]> git.ipfire.org Git - thirdparty/libarchive.git/commit
1) Empty cpio test uses assertEqualMem() for better error reporting.
authorTim Kientzle <kientzle@gmail.com>
Sun, 6 Dec 2009 07:30:32 +0000 (02:30 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 6 Dec 2009 07:30:32 +0000 (02:30 -0500)
commit81c968b30e8e9cb29fb897a85e92c74379b14394
tree078c9c658128fcfd0c5458af5140d5efb9805d7d
parente861099309f36ad2d367f76e40828f7a7d9aa7fb
1) Empty cpio test uses assertEqualMem() for better error reporting.
2) cpio_odc test permits synthetic ino values:
   * Zero input values must get written as zero
   * Matching non-zero values must get written as matching non-zero values
   * Non-matching non-zero values must get written as non-matching non-zero values

SVN-Revision: 1703
libarchive/test/test_write_format_cpio_empty.c
libarchive/test/test_write_format_cpio_odc.c