Commit 5ad3f56a authored by Fred Drake's avatar Fred Drake

stupid, stupid, stupid!

parent 2e06d2e9
......@@ -69,7 +69,6 @@ class CoreTestCase(unittest.TestCase):
self.write_setup(setup_prints_cwd, path=setup_py))
output = sys.stdout.getvalue()
open("/dev/tty", "w").write("\n\n%r\n\n\n" % (output,))
if output.endswith("\n"):
output = output[:-1]
self.assertEqual(cwd, output)
......
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