properly damage gzip files for recover test
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 10 Aug 2017 09:38:39 +0000 (11:38 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:09 +0000 (13:34 +0200)
commit203cb25e4116ab68dd3316e0c06465262de0d6fc
tree9cd363ff01a98736866d322b217cbd91b00e9a33
parent3267933a76cd7397d84c8b1b37a8757c37f97f11
properly damage gzip files for recover test

Ensure we are flipping bits in the compressed payload, not in the
mostly useless header. Requires some extra parsing to determine
the header length.
deltatar/tarfile.py
testing/test_recover.py