commit | 99435247e39134c34cff185c6d73d8ebc77d07e1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Thu Aug 19 11:30:09 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Thu Aug 19 11:30:09 2010 +0000 |
tree | 04c8c715c75bc5e43a594167c29525fcf25e4dcd | |
parent | 85ca2afe3bdda1896892bbf5963a6afb2e7eb605 [diff] |
Ooops, finish test_sys fix: use expected variable
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 @@ 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')