summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Jenvey <pjenvey@underboss.org>2012-03-01 00:21:25 (GMT)
committerPhilip Jenvey <pjenvey@underboss.org>2012-03-01 00:21:25 (GMT)
commitd7aff2d696bd4b0e074cb57544443e6706da9a52 (patch)
treed1150df1fb9ab4e267f462de2870a5ae151f03dc
parente308b7c0c0e31e1c4d6f82365ea9f7a6e21ec6fb (diff)
downloadcpython-d7aff2d696bd4b0e074cb57544443e6706da9a52.zip
cpython-d7aff2d696bd4b0e074cb57544443e6706da9a52.tar.gz
cpython-d7aff2d696bd4b0e074cb57544443e6706da9a52.tar.bz2
update skip reason
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index e0c59fd..d259515 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -1435,7 +1435,7 @@ class DeviceEncodingTests(unittest.TestCase):
@unittest.skipUnless(os.isatty(0) and (sys.platform.startswith('win') or
(hasattr(locale, 'nl_langinfo') and hasattr(locale, 'CODESET'))),
- 'test requires either Windows or nl_langinfo(CODESET)')
+ 'test requires a tty and either Windows or nl_langinfo(CODESET)')
def test_device_encoding(self):
encoding = os.device_encoding(0)
self.assertIsNotNone(encoding)