Need 7z to test created cpio archives.
This commit is contained in:
parent
fa9ea99dc6
commit
a656fcfcbe
|
@ -348,6 +348,11 @@ class TestArchives (ArchiveTest):
|
|||
self.program = 'cpio'
|
||||
self.archive_list('t.cpio.foo')
|
||||
self.archive_extract('t.cpio.foo')
|
||||
|
||||
@needs_program('file')
|
||||
@needs_program('cpio')
|
||||
@needs_program('7z')
|
||||
def test_cpio (self):
|
||||
self.archive_create('t.cpio.foo', format="cpio")
|
||||
|
||||
@needs_program('file')
|
||||
|
|
Loading…
Reference in New Issue