Commit 0f451333 authored by Benjamin Peterson's avatar Benjamin Peterson

is OpenIndiana actually sunos?

parent b6672242
......@@ -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.startswith("solaris"):
if sys.platform.startswith("sunos"):
raise unittest.SkipTest("test doesn't work very well on Solaris")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment