- The mac-specific tests should also be run on darwin.
- Added test_aepack to the mac/darwin specific tests.
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 6b12c45..e734bf9 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -915,9 +915,10 @@
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")