1205
1205
# (It would be ok if it happened earlier but at the moment it
1207
1207
e = self.assertRaises(OSError, list, osutils._walkdirs_utf8("."))
1210
1210
# Ensure the message contains the file name
1211
1211
self.assertContainsRe(str(e), "\./test-unreadable")