From 87cc43368b66a54e97054332c1dc4a57e0968bfd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 26 Jul 2004 12:09:30 +0000 Subject: [PATCH] Patch #995782: Add FreeBSD 5 expectations. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 12e65e5b8fe4..25f5f5d11fdb 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -935,6 +935,7 @@ _expectations = { test_winsound """, } +_expectations['freebsd5'] = _expectations['freebsd4'] class _ExpectedSkips: def __init__(self): -- 2.47.3