loosen solaris test

This commit is contained in:
Benjamin Peterson 2014-11-23 22:22:59 -06:00
parent 0636a4ba88
commit 98b1b24fea
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ gdb_minor_version = int(gdb_version_number.group(2))
if gdb_major_version < 7:
raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding"
" Saw:\n" + gdb_version)
if sys.platform == "solaris":
if sys.platform.startswith("solaris"):
raise unittest.SkipTest("test doesn't work very well on Solaris")