numeric-owner: print big UID/GID correctly
commit68e9ab4966770a1766808fabb7483ff1e7dfbaee
authorPavel Raiskup <praiskup@redhat.com>
Sun, 6 Dec 2015 19:18:51 +0000 (6 21:18 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Sun, 6 Dec 2015 19:18:51 +0000 (6 21:18 +0200)
treeceeb90e64927b1313042b4c1ae3cf869cded1302
parentb684326e6958f3a8a58202df933e925571d2fcbf
numeric-owner: print big UID/GID correctly

* src/list.c (simple_print_header): Do not parse ustar header
for UID/GID again (tar_stat_info has already been correctly
filled with respect to possible uid/gid extended headers).
* tests/numeric.at: New testcase for --numeric-owner option.
* tests/Makefile.am: Add new testcase.
* tests/testsuite.at: Likewise.
src/list.c
tests/Makefile.am
tests/numeric.at [new file with mode: 0644]
tests/testsuite.at