summaryrefslogtreecommitdiff
path: root/lang/python32/files/patch-Lib-test_regrtest.py
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-07-08 07:37:32 +0000
commitb80064cbb9898918e6563795d0233e58fde5e7a6 (patch)
treec805049ad5c2b944a6ce5e4d414b7a5c0dff612e /lang/python32/files/patch-Lib-test_regrtest.py
parentAdd an option to build the milter with SPF support. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_1_0'.release/8.1.0
Diffstat (limited to 'lang/python32/files/patch-Lib-test_regrtest.py')
-rw-r--r--lang/python32/files/patch-Lib-test_regrtest.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/python32/files/patch-Lib-test_regrtest.py b/lang/python32/files/patch-Lib-test_regrtest.py
deleted file mode 100644
index d10cb99056e6..000000000000
--- a/lang/python32/files/patch-Lib-test_regrtest.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 @@
- _expectations['freebsd6'] = _expectations['freebsd4']
- _expectations['freebsd7'] = _expectations['freebsd4']
- _expectations['freebsd8'] = _expectations['freebsd4']
-+_expectations['freebsd9'] = _expectations['freebsd4']
-
- class _ExpectedSkips:
- def __init__(self):