]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Patch #995782: Add FreeBSD 5 expectations.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 26 Jul 2004 12:09:30 +0000 (12:09 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 26 Jul 2004 12:09:30 +0000 (12:09 +0000)
Lib/test/regrtest.py

index 12e65e5b8fe4f34ffd6b343df980cc17d5e26cac..25f5f5d11fdbf317301f00251a127939e9fc1184 100755 (executable)
@@ -935,6 +935,7 @@ _expectations = {
        test_winsound
         """,
 }
+_expectations['freebsd5'] = _expectations['freebsd4']
 
 class _ExpectedSkips:
     def __init__(self):