$OpenBSD: patch-Lib_test_test_sys_py,v 1.3 2010/09/16 22:36:08 fgsch Exp $
--- Lib/test/test_sys.py.orig	Mon Aug  2 19:40:55 2010
+++ Lib/test/test_sys.py	Mon Aug 30 13:46:31 2010
@@ -374,10 +374,11 @@ class SysModuleTest(unittest.TestCase):
         self.assert_(vi[3] in ("alpha", "beta", "candidate", "final"))
         self.assert_(isinstance(vi[4], int))
 
-    def test_43581(self):
-        # Can't use sys.stdout, as this is a cStringIO object when
-        # the test runs under regrtest.
-        self.assert_(sys.__stdout__.encoding == sys.__stderr__.encoding)
+    # This test is simply broken when run with a redirected stdout
+    #def test_43581(self):
+    #    # Can't use sys.stdout, as this is a cStringIO object when
+    #    # the test runs under regrtest.
+    #    self.assert_(sys.__stdout__.encoding == sys.__stderr__.encoding)
 
     def test_sys_flags(self):
         self.failUnless(sys.flags)
