From 32d0c1b458bbdda8d8895f5b5bedfb4644f839e7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 26 Jul 2004 12:09:13 +0000 Subject: [PATCH] Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 842dff7e86..1d1d825d80 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): -- 2.50.1