summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/test/test_sys.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py
index 8a9da5b..eb50bbb 100644
--- a/Lib/test/test_sys.py
+++ b/Lib/test/test_sys.py
@@ -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')