freebsd-dev/usr.bin/cpio/test
Tim Kientzle 5157f46024 Format the output of -itv for real. In particular:
* Lookup uname/gname if not provided by the archive (I copied the
   uname/gname lookup cache from bsdtar)
 * Format device number instead of size for device nodes
 * Format date.

There's still a few improvements that I could copy from
bsdtar, especially the locale-aware safe_fprintf() code
and the locale-aware setup for day_first date formatting.
(And, of course, I need to think through a clean way to
push this stuff down into libarchive.)

Thanks to Peter Wemm for reminding me of this overlooked TODO item.
2008-11-29 20:22:02 +00:00
..
main.c Test for a bug reported by Bernd Walter: In passthrough mode, 2008-08-24 04:58:22 +00:00
Makefile straighten out the "clean" target 2008-08-24 05:49:36 +00:00
test_0.c
test_basic.c MfP4: Verify correct interaction with umask: Add another 2008-08-25 06:39:29 +00:00
test_format_newc.c The newc-format verification is now a little smarter about 2008-08-22 02:09:10 +00:00
test_gcpio_compat_ref.bin.uu
test_gcpio_compat_ref.crc.uu
test_gcpio_compat_ref.newc.uu
test_gcpio_compat_ref.ustar.uu
test_gcpio_compat.c Comment a couple of places where bsdcpio and gcpio 2.9 disagree. 2008-08-22 02:27:06 +00:00
test_option_a.c Update the total archive byte counters when writing entries to disk using 2008-08-24 06:21:00 +00:00
test_option_B.c
test_option_c.c
test_option_d.c
test_option_ell.c
test_option_f.c
test_option_f.cpio.uu
test_option_help.c
test_option_L.c Update the total archive byte counters when writing entries to disk using 2008-08-24 06:21:00 +00:00
test_option_m.c
test_option_m.cpio.uu
test_option_t.c
test_option_t.cpio.uu
test_option_t.stdout.uu
test_option_tv.stdout.uu Format the output of -itv for real. In particular: 2008-11-29 20:22:02 +00:00
test_option_u.c
test_option_version.c
test_option_y.c Update the total archive byte counters when writing entries to disk using 2008-08-24 06:21:00 +00:00
test_option_z.c
test_owner_parse.c
test_passthrough_dotdot.c Update the total archive byte counters when writing entries to disk using 2008-08-24 06:21:00 +00:00
test_passthrough_reverse.c Update the total archive byte counters when writing entries to disk using 2008-08-24 06:21:00 +00:00
test_pathmatch.c
test.h