Commit f07c0de2 authored by Tarek Ziadé's avatar Tarek Ziadé

fixed test for all platforms

parent 5bc0f864
......@@ -57,7 +57,7 @@ class InstallLibTestCase(support.TempdirManager,
cmd.distribution.script_name = 'setup.py'
# get_output should return 4 elements
self.assertEquals(len(cmd.get_outputs()), 4)
self.assert_(len(cmd.get_outputs()) >= 2)
def test_get_inputs(self):
pkg_dir, dist = self.create_dist()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment