$OpenBSD: patch-Lib_test_regrtest_py,v 1.4 2011/07/07 20:55:05 sthen Exp $
--- Lib/test/regrtest.py.orig	Fri Mar  9 06:58:46 2007
+++ Lib/test/regrtest.py	Fri Apr 20 13:29:23 2007
@@ -1315,6 +1315,9 @@ _expectations['freebsd5'] = _expectations['freebsd4']
 _expectations['freebsd6'] = _expectations['freebsd4']
 _expectations['freebsd7'] = _expectations['freebsd4']
 
+_expectations['openbsd5'] = _expectations['openbsd3']
+_expectations['openbsd4'] = _expectations['openbsd3']
+
 class _ExpectedSkips:
     def __init__(self):
         import os.path