mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove debug output from test_shutil
This commit is contained in:
parent
1524d7556d
commit
cf343532a2
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue