Kaydet (Commit) 44965155 authored tarafından Fred Drake's avatar Fred Drake

stupid, stupid, stupid!

üst fe705624
......@@ -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