openbsd-ports/lang/python/2.5/patches/patch-Lib_test_regrtest_py
sthen 62807b896e unbreak patching, spotted by Nigel Taylor.
as a bonus recognise openbsd 5.3 in regression tests.
bump as this file makes it into the package.
2011-07-07 20:55:05 +00:00

14 lines
552 B
Plaintext

$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