summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-04-04 11:38:51 (GMT)
committerFred Drake <fdrake@acm.org>2008-04-04 11:38:51 (GMT)
commit449651558c48801e322064cb3d389b1fe44d8517 (patch)
tree22ad8eae5088a466ea4c737a24048ae819d04dd9
parentfe7056240b081ccf51ff08b3a15afbfad52a87ad (diff)
downloadcpython-449651558c48801e322064cb3d389b1fe44d8517.zip
cpython-449651558c48801e322064cb3d389b1fe44d8517.tar.gz
cpython-449651558c48801e322064cb3d389b1fe44d8517.tar.bz2
stupid, stupid, stupid!
-rw-r--r--Lib/distutils/tests/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/tests/test_core.py b/Lib/distutils/tests/test_core.py
index 4356c21..55d2d5d 100644
--- a/Lib/distutils/tests/test_core.py
+++ b/Lib/distutils/tests/test_core.py
@@ -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)