| Index: native_client_sdk/src/tools/tests/oshelpers_test.py
|
| diff --git a/native_client_sdk/src/tools/tests/oshelpers_test.py b/native_client_sdk/src/tools/tests/oshelpers_test.py
|
| index cb826c89d21e6585a9f97852c04a42c5e2c19e31..2d7a07ab4c18d240fdf56544cd1f7f4afdc5f84c 100755
|
| --- a/native_client_sdk/src/tools/tests/oshelpers_test.py
|
| +++ b/native_client_sdk/src/tools/tests/oshelpers_test.py
|
| @@ -82,7 +82,6 @@ class TestZip(unittest.TestCase):
|
| def GetZipInfo(self, path):
|
| return self.zipfile.getinfo(oshelpers.OSMakeZipPath(path))
|
|
|
| -
|
| def testNothingToDo(self):
|
| self.assertRaises(subprocess.CalledProcessError, self.RunZip,
|
| self.zipname, 'nonexistent_file')
|
|
|