From: Serhiy Storchaka Date: Fri, 24 Jan 2014 20:28:06 +0000 (+0200) Subject: Fix typo. X-Git-Tag: v3.3.4rc1~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7184e617afb7face7a56b89feecf27cbd6ed1db;p=python Fix typo. --- diff --git a/Lib/test/test_tarfile.py b/Lib/test/test_tarfile.py index 57fc062cae..f64964dd1d 100644 --- a/Lib/test/test_tarfile.py +++ b/Lib/test/test_tarfile.py @@ -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)