Fix function name typo.
This commit is contained in:
parent
d91ebebc0a
commit
06c9917764
|
@ -210,7 +210,7 @@ class TestArchives (ArchiveTest):
|
||||||
|
|
||||||
@needs_program('file')
|
@needs_program('file')
|
||||||
@needs_program('7za')
|
@needs_program('7za')
|
||||||
def test_p7zip_file (self):
|
def test_p7azip_file (self):
|
||||||
self.program = '7za'
|
self.program = '7za'
|
||||||
self.archive_commands('t.7z.foo', format="7z")
|
self.archive_commands('t.7z.foo', format="7z")
|
||||||
self.archive_list('t.gz.foo')
|
self.archive_list('t.gz.foo')
|
||||||
|
|
Loading…
Reference in New Issue