]> granicus.if.org Git - python/commitdiff
- The mac-specific tests should also be run on darwin.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 29 Jan 2003 16:24:16 +0000 (16:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 29 Jan 2003 16:24:16 +0000 (16:24 +0000)
- Added test_aepack to the mac/darwin specific tests.

Lib/test/regrtest.py

index 6b12c456df244fb36d00c485364abfa6af90f087..e734bf9cb321919df0b554ed8bbcfc6c48db0db9 100755 (executable)
@@ -915,9 +915,10 @@ class _ExpectedSkips:
             if test_socket_ssl.skip_expected:
                 self.expected.add('test_socket_ssl')
 
-            if sys.platform != "mac":
+            if not sys.platform in ("mac", "darwin"):
                 self.expected.add("test_macostools")
                 self.expected.add("test_macfs")
+                self.expected.add("test_aepack")
 
             if sys.platform != "win32":
                 self.expected.add("test_winreg")