Enable lrzip test after upstream fix.

This commit is contained in:
Bastian Kleineidam 2010-12-16 08:12:15 +01:00
parent fbdf2e12e8
commit d93c0d5b7f
1 changed files with 6 additions and 7 deletions

View File

@ -347,8 +347,7 @@ class TestArchives (ArchiveTest):
self.program = 'lrzip'
self.archive_test('t.txt.lrz')
self.archive_extract('t.txt.lrz')
# lrzip is broken for now
#self.archive_create('t.txt.lrz', singlefile=True)
self.archive_create('t.txt.lrz', singlefile=True)
@needs_program('rzip')
def test_rzip (self):
@ -356,8 +355,8 @@ class TestArchives (ArchiveTest):
self.archive_extract('t.txt.rz')
self.archive_create('t.txt.rz', singlefile=True)
# XXX test failure
#@needs_program('zoo')
#def test_zoo (self):
# self.program = 'zoo'
# self.archive_commands('t.zoo', singlefile=True)
@needs_program('zoo')
def test_zoo (self):
self.program = 'zoo'
# XXX test failure
#self.archive_commands('t.zoo', singlefile=True)