Fix ZPAQ archive testing
This commit is contained in:
parent
a733ca1150
commit
e44b17a47a
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* Fix ZPAQ archive creation.
|
* Fix ZPAQ archive creation.
|
||||||
Patch by vitlav
|
Patch by vitlav
|
||||||
|
* Fix ZPAQ archive testing.
|
||||||
* Add more search paths for rar libraries.
|
* Add more search paths for rar libraries.
|
||||||
Patch by vitlav
|
Patch by vitlav
|
||||||
Closes: GH bug #30
|
Closes: GH bug #30
|
||||||
|
|
|
@ -34,7 +34,6 @@ def create_zpaq(archive, compression, cmd, verbosity, interactive, filenames):
|
||||||
cmdlist.extend(['-method', '4'])
|
cmdlist.extend(['-method', '4'])
|
||||||
return cmdlist
|
return cmdlist
|
||||||
|
|
||||||
|
# zpaq has no separate test mode, so use listing instead
|
||||||
|
test_zpaq = list_zpaq
|
||||||
|
|
||||||
def test_zpaq(archive, compression, cmd, verbosity, interactive):
|
|
||||||
"""Test a ZPAQ archive."""
|
|
||||||
return [cmd, 'x', archive, '-test']
|
|
||||||
|
|
Loading…
Reference in New Issue