diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-28 10:42:24 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2011-10-28 10:42:24 +0000 |
commit | 5bc148fb49f344096c1b58fc5cdea109d4171688 (patch) | |
tree | b26aba1dddb29650efab7491684c395baaeaccbc /lang/python32/files/patch-Lib-test_regrtest.py | |
parent | - Update to 1.4.3 (diff) |
- Fix build on FreeBSD 10
Approved by: miwi (implicit)
Notes
Notes:
svn path=/head/; revision=284516
Diffstat (limited to 'lang/python32/files/patch-Lib-test_regrtest.py')
-rw-r--r-- | lang/python32/files/patch-Lib-test_regrtest.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/python32/files/patch-Lib-test_regrtest.py b/lang/python32/files/patch-Lib-test_regrtest.py index d10cb99056e6..f3337036cefc 100644 --- a/lang/python32/files/patch-Lib-test_regrtest.py +++ b/lang/python32/files/patch-Lib-test_regrtest.py @@ -1,10 +1,11 @@ ---- Lib/test/regrtest.py.orgi 2009-11-26 13:29:08.000000000 +0100 -+++ Lib/test/regrtest.py 2009-11-26 13:29:37.000000000 +0100 -@@ -1146,6 +1146,7 @@ +--- Lib/test/regrtest.py.orig 2011-09-03 18:16:43.000000000 +0200 ++++ Lib/test/regrtest.py 2011-10-28 11:26:04.000000000 +0200 +@@ -1522,6 +1522,8 @@ _expectations['freebsd6'] = _expectations['freebsd4'] _expectations['freebsd7'] = _expectations['freebsd4'] _expectations['freebsd8'] = _expectations['freebsd4'] +_expectations['freebsd9'] = _expectations['freebsd4'] ++_expectations['freebsd10'] = _expectations['freebsd4'] class _ExpectedSkips: def __init__(self): |