]> arthur.barton.de Git - bup.git/commit
test-get: rm pax_global_header from git archive output
authorRob Browning <rlb@defaultvalue.org>
Wed, 11 Sep 2019 02:54:15 +0000 (21:54 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 11 Sep 2019 02:54:19 +0000 (21:54 -0500)
commit86e9359072ac5b11fe9eec17ad352ca39949be1a
tree459068f6fa1aa7cd8b97bcc1567e3424bb30c1ae
parent3956354abb777620d4a48588a34d328f2e869578
test-get: rm pax_global_header from git archive output

git-archive now adds a pax_global_header, and while GNU tar suppresses
it, some versions of tar don't, so remove it explicitly to avoid
spurious test failures.

Thanks to Greg Troxel for for reporting the problem and helping devise
the solution.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/test-get