Commit 99435247 authored by Victor Stinner's avatar Victor Stinner

Ooops, finish test_sys fix: use expected variable

parent 85ca2afe
......@@ -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')
......
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