Commit 1730043e authored by Hynek Schlawack's avatar Hynek Schlawack

Remove debug output from test_shutil

parent ace3bba4
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment