aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Regebro <regebro@gmail.com>2012-08-24 15:33:56 +0200
committerLennart Regebro <regebro@gmail.com>2012-08-24 15:33:56 +0200
commitf8d45b50bfcafabe759183e716059a2e2f702420 (patch)
tree2beb5777b22ab0f3630be05c7c9018720e1c219f
parentbddf70b7ebf990f88af9665c1da29d745da163f8 (diff)
downloadexternal_python_setuptools-f8d45b50bfcafabe759183e716059a2e2f702420.tar.gz
external_python_setuptools-f8d45b50bfcafabe759183e716059a2e2f702420.tar.bz2
external_python_setuptools-f8d45b50bfcafabe759183e716059a2e2f702420.zip
Oups.
--HG-- branch : distribute extra : rebase_source : 515bd00c3028ba0d58e57fd51d524a798b9b898d
-rw-r--r--setuptools/tests/test_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_test.py b/setuptools/tests/test_test.py
index ddbebaa9..ad7cbd0f 100644
--- a/setuptools/tests/test_test.py
+++ b/setuptools/tests/test_test.py
@@ -113,7 +113,7 @@ class TestTestTest(unittest.TestCase):
cmd.install_dir = site.USER_SITE
cmd.user = 1
old_stdout = sys.stdout
- #sys.stdout = StringIO()
+ sys.stdout = StringIO()
try:
try: # try/except/finally doesn't work in Python 2.4, so we need nested try-statements.
cmd.run()