# HG changeset patch # User cmlenz # Date 1128602427 0 # Node ID ab4f359de02f6549307d4fd0f03196cd75f21bdc # Parent 688501d1d34244fa5befe1230a75791c45445765 ''Really'' skip failing timeout test on windows (not the other way around. sigh.) diff --git a/bitten/build/tests/api.py b/bitten/build/tests/api.py --- a/bitten/build/tests/api.py +++ b/bitten/build/tests/api.py @@ -130,7 +130,7 @@ self.assertEqual(['Thanks'], stdout) self.assertEqual(0, cmdline.returncode) - if os.name == 'nt': + if os.name != 'nt': # This test fails on windows because there's no timeout implementation def test_timeout(self): script_file = self._create_file('test.py', content="""