progress output

This commit is contained in:
Edwin Eefting
2022-02-22 18:00:06 +01:00
parent f530cf40f3
commit f4e81bddb7
2 changed files with 20 additions and 3 deletions

View File

@ -56,4 +56,4 @@ class TestTreeHasher(unittest2.TestCase):
shelltest("rm /tmp/treehashertest/whole")
self.assertEqual(list(tree_hasher.compare("/tmp/treehashertest", generator)),
[('whole', '-', '-', "ERROR: [Errno 2] No such file or directory: 'whole'")])
[('whole', '-', '-', "ERROR: [Errno 2] No such file or directory: '/tmp/treehashertest/whole'")])