summaryrefslogtreecommitdiff
path: root/tests/zip/zip_test_lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zip/zip_test_lib.py')
-rw-r--r--tests/zip/zip_test_lib.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/zip/zip_test_lib.py b/tests/zip/zip_test_lib.py
index 2832df8..ada8303 100644
--- a/tests/zip/zip_test_lib.py
+++ b/tests/zip/zip_test_lib.py
@@ -91,4 +91,5 @@ class ZipContentsTestBase(ZipTest):
# legacy rule implementation.
attr = 0o555
self.assertEqual(oct((info.external_attr >> 16) & UNIX_RWX_BITS),
- oct(attr))
+ oct(attr),
+ msg = info.filename)