summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
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):