Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.

This commit is contained in:
Martin v. Löwis 2004-07-26 12:09:13 +00:00
parent 37ead8f1c3
commit 32d0c1b458
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ _expectations = {
test_winsound
""",
}
_expectations['freebsd5'] = _expectations['freebsd4']
class _ExpectedSkips:
def __init__(self):