diff options
author | Fred Drake <fdrake@acm.org> | 2008-04-04 11:38:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2008-04-04 11:38:51 (GMT) |
commit | 449651558c48801e322064cb3d389b1fe44d8517 (patch) | |
tree | 22ad8eae5088a466ea4c737a24048ae819d04dd9 | |
parent | fe7056240b081ccf51ff08b3a15afbfad52a87ad (diff) | |
download | cpython-449651558c48801e322064cb3d389b1fe44d8517.zip cpython-449651558c48801e322064cb3d389b1fe44d8517.tar.gz cpython-449651558c48801e322064cb3d389b1fe44d8517.tar.bz2 |
stupid, stupid, stupid!
-rw-r--r-- | Lib/distutils/tests/test_core.py | 1 |
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) |