Add support for FreeBSD 7.

This commit is contained in:
Hye-Shik Chang 2005-07-17 02:36:59 +00:00
parent 149787e7c5
commit 4e422817eb
8 changed files with 550 additions and 3 deletions

View file

@ -1073,6 +1073,7 @@ _expectations = {
}
_expectations['freebsd5'] = _expectations['freebsd4']
_expectations['freebsd6'] = _expectations['freebsd4']
_expectations['freebsd7'] = _expectations['freebsd4']
class _ExpectedSkips:
def __init__(self):