diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 842dff7e86e..1d1d825d80d 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):