diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-26 12:45:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-26 12:45:14 +0000 |
commit | 61155613f0db6cffb4d26b3850053d68963c3ed2 (patch) | |
tree | 8a2bc7fda2d022f006daca0e1f3ee1a207f7806b /lang/python31 | |
parent | 5879a953cb0ac86557ca9fc62713bfeb193ce369 (diff) | |
download | ports-61155613f0db6cffb4d26b3850053d68963c3ed2.tar.gz ports-61155613f0db6cffb4d26b3850053d68963c3ed2.zip |
- add missing patch
Notes
Notes:
svn path=/head/; revision=244769
Diffstat (limited to 'lang/python31')
-rw-r--r-- | lang/python31/files/patch-Lib-test_regrtest.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python31/files/patch-Lib-test_regrtest.py b/lang/python31/files/patch-Lib-test_regrtest.py new file mode 100644 index 000000000000..d10cb99056e6 --- /dev/null +++ b/lang/python31/files/patch-Lib-test_regrtest.py @@ -0,0 +1,10 @@ +--- 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): |