Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'

as the processor type on some Mac systems.
This commit is contained in:
Ned Deily 2011-07-13 15:09:49 -07:00
commit 07b353716c
4 changed files with 5 additions and 4 deletions

View file

@ -679,6 +679,7 @@ def _mac_ver_gestalt():
0x2: 'PowerPC',
0xa: 'i386'}.get(sysa,'')
versioninfo=('', '', '')
return release,versioninfo,machine
def _mac_ver_xml():