summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-19 19:57:39 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-06-19 19:57:39 (GMT)
commit8f40f0635b9d233cf731c442c2ee21101c0f768c (patch)
tree46d1306e9c620328c743cb80811ea026a1715430
parentbe504f1795f12525b6fd5b3e72a7a7090e0cdc65 (diff)
downloadcpython-8f40f0635b9d233cf731c442c2ee21101c0f768c.zip
cpython-8f40f0635b9d233cf731c442c2ee21101c0f768c.tar.gz
cpython-8f40f0635b9d233cf731c442c2ee21101c0f768c.tar.bz2
test_macos can be skipped on non-mac platforms.
-rwxr-xr-xLib/test/regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 7aa22ed..bad8136 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1128,7 +1128,7 @@ class _ExpectedSkips:
self.expected.add('test_imageop')
if not sys.platform in ("mac", "darwin"):
- MAC_ONLY = ["test_macostools", "test_aepack",
+ MAC_ONLY = ["test_macos", "test_macostools", "test_aepack",
"test_plistlib", "test_scriptpackages",
"test_applesingle"]
for skip in MAC_ONLY: