mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Ooops, finish test_sys fix: use expected variable
This commit is contained in:
parent
85ca2afe3b
commit
99435247e3
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class SysModuleTest(unittest.TestCase):
|
|||
expected = 'mbcs'
|
||||
else:
|
||||
expected = None
|
||||
self.check_fsencoding(fs_encoding)
|
||||
self.check_fsencoding(fs_encoding, expected)
|
||||
|
||||
@unittest.skipIf(sys.platform in ('win32', 'darwin'),
|
||||
'PYTHONFSENCODING is ignored on Windows and Mac OS X')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue