Commit fb07ac8a authored by Serhiy Storchaka's avatar Serhiy Storchaka

Fix typo.

parent aad5bac9
......@@ -243,7 +243,7 @@ class CommonReadTest(ReadTest):
if sys.platform == 'win32' and '|' in self.mode:
# Issue #20384: On Windows os.open() error message doesn't
# contain file name.
text = ''
test = ''
with self.assertRaisesRegex(FileNotFoundError, test):
tarfile.open("xxx", self.mode)
......
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