use real new volume handler during rescue
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 25 Aug 2017 15:41:21 +0000 (17:41 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:09 +0000 (13:34 +0200)
commit001bd4884d529504e952791132f6f8afd4a65bd0
treeaa47c097ad0d922d3f6c778607a3733b3345a3e4
parentc52fd26b17cf2018b847ec05c8882b6a13847480
use real new volume handler during rescue

With the dummy we end up with a nil object instead of a tarinfo
at the end of the volume. Reinstating the actual handler is
harmless and produces a valid info object again.
deltatar/deltatar.py
testing/test_recover.py