summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-07-26 12:09:13 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-07-26 12:09:13 (GMT)
commit32d0c1b458bbdda8d8895f5b5bedfb4644f839e7 (patch)
treea644d5fb339f907e551e913afa7f7540d5aa0ce7 /Lib
parent37ead8f1c324e73a75c4bb36582ff49cb2220065 (diff)
downloadcpython-32d0c1b458bbdda8d8895f5b5bedfb4644f839e7.zip
cpython-32d0c1b458bbdda8d8895f5b5bedfb4644f839e7.tar.gz
cpython-32d0c1b458bbdda8d8895f5b5bedfb4644f839e7.tar.bz2
Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 842dff7..1d1d825 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -979,6 +979,7 @@ _expectations = {
test_winsound
""",
}
+_expectations['freebsd5'] = _expectations['freebsd4']
class _ExpectedSkips:
def __init__(self):