Fix function name typo.

This commit is contained in:
Bastian Kleineidam 2010-10-04 19:28:07 +02:00
parent d91ebebc0a
commit 06c9917764
1 changed files with 1 additions and 1 deletions

View File

@ -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')