$OpenBSD: patch-Lib_test_test_fileio_py,v 1.2 2009/05/03 22:26:27 djm Exp $
--- Lib/test/test_fileio.py.orig	Tue Jan 20 08:02:45 2009
+++ Lib/test/test_fileio.py	Sun Apr 19 10:28:51 2009
@@ -152,6 +152,7 @@ class OtherFileTests(unittest.TestCase):
                     self.assertEquals(f.writable(), True)
                     if sys.platform != "darwin" and \
                        not sys.platform.startswith('freebsd') and \
+                       not sys.platform.startswith('openbsd') and \
                        not sys.platform.startswith('sunos'):
                         # Somehow /dev/tty appears seekable on some BSDs
                         self.assertEquals(f.seekable(), False)
