summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-06-24 14:21:22 (GMT)
committerHynek Schlawack <hs@ox.cx>2012-06-24 14:21:22 (GMT)
commitcf343532a23b117d3ce385875b45a75503641310 (patch)
treeb149fc9a3dfd48bd365425e94ae2bc5edf83d80a
parent1524d7556dd235336f1f02eeed3b82e9dc68dc2c (diff)
downloadcpython-cf343532a23b117d3ce385875b45a75503641310.zip
cpython-cf343532a23b117d3ce385875b45a75503641310.tar.gz
cpython-cf343532a23b117d3ce385875b45a75503641310.tar.bz2
Remove debug output from test_shutil
-rw-r--r--Lib/test/test_shutil.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_shutil.py b/Lib/test/test_shutil.py
index 067889e..c879fdd 100644
--- a/Lib/test/test_shutil.py
+++ b/Lib/test/test_shutil.py
@@ -156,8 +156,6 @@ class TestShutil(unittest.TestCase):
# FUSE experienced a failure earlier in the process
# at os.listdir. The first failure may legally
# be either.
- if support.verbose:
- print("onerror [%d]: %r" % (self.errorState, (func, arg, exc[1])))
if self.errorState < 2:
if func is os.unlink:
self.assertEqual(arg, self.child_file_path)