tools: Fixed broken test.
- This was missed when changing from unzip to zipinfo.
This commit is contained in:
parent
8ea5c5fd11
commit
3609b31b29
3 changed files with 6 additions and 8 deletions
|
|
@ -182,8 +182,8 @@ class ToolsTestCase(unittest.TestCase):
|
|||
def test_readelf(self):
|
||||
self._test_tool(tools.readelf, [("Mcrt1.o", tools.Status.normal)])
|
||||
|
||||
def test_unzip(self):
|
||||
self._test_tool(tools.unzip, [("hi.zip", tools.Status.normal)])
|
||||
def test_zipinfo(self):
|
||||
self._test_tool(tools.zipinfo, [("hi.zip", tools.Status.normal)])
|
||||
|
||||
def test_tar_gz(self):
|
||||
self._test_tool(tools.tar_gz, [("hi.tar.gz", tools.Status.normal),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue